|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Getting started with programming for exchangeCan anyone point me to a "beginners guide to programming for
exchange"? Or any other documentation on programming interfaces for exchange? I'm wanting to create exchange mailboxes at the same time as I create users in AD, and delete those mailboxes when users are deleted form AD. I'm programming in C, and want to be able use the resulting program from any workstation in the domain, rather than have to run it on the server hosting exchange. TIA, John Hi,
do you work with Exchange 2007 or 2003? The necessary steps are very different for the two versions. Kind regards, Henning Krause Show quoteHide quote "JRB" <j***@jrbsoftware.com> wrote in message news:6947a330-521f-4c9d-9912-c384afffe7ec@x5g2000prf.googlegroups.com... > Can anyone point me to a "beginners guide to programming for > exchange"? Or any other documentation on programming interfaces for > exchange? > > I'm wanting to create exchange mailboxes at the same time as I create > users in AD, and delete those mailboxes when users are deleted form > AD. I'm programming in C, and want to be able use the resulting > program from any workstation in the domain, rather than have to run it > on the server hosting exchange. > > TIA, John Henning
In the first instance, Exchange 2007. Any pointers to docs or example code which would help get me off the starting line, would be appreciated. TIA, John On Jul 9, 6:23 am, "Henning Krause [MVP - Exchange]" <hkrause.rem***@this.infinitec.de> wrote: Show quoteHide quote > Hi, > > do you work with Exchange 2007 or 2003? The necessary steps are very > different for the two versions. > > Kind regards, > Henning Krause > > "JRB" <j***@jrbsoftware.com> wrote in message > > news:6947a330-521f-4c9d-9912-c384afffe7ec@x5g2000prf.googlegroups.com... > > > > > Can anyone point me to a "beginners guide to programming for > > exchange"? Or any other documentation on programming interfaces for > > exchange? > > > I'm wanting to create exchange mailboxes at the same time as I create > > users in AD, and delete those mailboxes when users are deleted form > > AD. I'm programming in C, and want to be able use the resulting > > program from any workstation in the domain, rather than have to run it > > on the server hosting exchange. > > > TIA, John- Hide quoted text - > > - Show quoted text - Hi,
in the case of Exchange 2007 you would want to call the Cmdlets new-mailbox (http://technet.microsoft.com/en-us/library/aa997663.aspx) and remove-mailbox (http://technet.microsoft.com/en-us/library/aa995948.aspx). You can call the cmdlets from managed code... Kind regards, Henning Krause Show quoteHide quote "JRB" <j***@jrbsoftware.com> wrote in message news:b5e6218b-bdc1-4285-9875-ddfee0f5e6f8@d9g2000prh.googlegroups.com... > Henning > > In the first instance, Exchange 2007. Any pointers to docs or example > code which would help get me off the starting line, would be > appreciated. > > TIA, John > > > On Jul 9, 6:23 am, "Henning Krause [MVP - Exchange]" > <hkrause.rem***@this.infinitec.de> wrote: >> Hi, >> >> do you work with Exchange 2007 or 2003? The necessary steps are very >> different for the two versions. >> >> Kind regards, >> Henning Krause >> >> "JRB" <j***@jrbsoftware.com> wrote in message >> >> news:6947a330-521f-4c9d-9912-c384afffe7ec@x5g2000prf.googlegroups.com... >> >> >> >> > Can anyone point me to a "beginners guide to programming for >> > exchange"? Or any other documentation on programming interfaces for >> > exchange? >> >> > I'm wanting to create exchange mailboxes at the same time as I create >> > users in AD, and delete those mailboxes when users are deleted form >> > AD. I'm programming in C, and want to be able use the resulting >> > program from any workstation in the domain, rather than have to run it >> > on the server hosting exchange. >> >> > TIA, John- Hide quoted text - >> >> - Show quoted text - > > >
Other interesting topics
Get UNICODE folder name using CDO
Who do I talk to with a feature request? test OWA page Transport Agent Modify Calender items permission for a service account Extracting mailbox statistics Debugging Exchange 2007 Transport Agents... Getting Recipient information using EWS or EWS Managed API Migrating a WebDav based contact search app from 2003 to 2007 SP1 Exchange 2007 PowerShell - Get/Set Folder ACLs |
|||||||||||||||||||||||