From: Nathan Smith Date: 2007-01-24T08:21:24+09:00 Subject: Re: Create Exchange Mailbox via Ruby ------=_Part_2486_2861332.1169594471625 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 1/23/07, Charles Leeds wrote: > > Has anyone successfully created an Exchange mailbox using Ruby? I am > stuck at a dead-end trying to do so. > > Thanks, > > Charles It looks like you could use the CDOEXM in Microsoft Exchange System Manager Tools. I googled this: http://support.microsoft.com/kb/327079, which is in VB, but could easily be translated to use WIN32OLE in Ruby. Another thing, slightly offtopic and not directly pertaining to this question, there seem to be many questions on this list about WIN32OLE/WIN32API that aren't necessarily Ruby specific and would be essentially the same in Perl/Python/C#/VB/et, al. I don't mind posts like this at all, but they might appear as noise to those who aren't interested. Does anyone know of any programming language agnostic mailing lists for Windows OLE programming? Just a thought. Nate ------=_Part_2486_2861332.1169594471625--