Home All Groups Group Topic Archive Search About

Getting started with programming for exchange

Author
8 Jul 2009 5:21 AM
JRB
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
Author
8 Jul 2009 6:23 PM
Henning Krause [MVP - Exchange]
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
Are all your drivers up to date? click for free checkup

Author
8 Jul 2009 9:53 PM
JRB
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 -
Author
9 Jul 2009 8:47 PM
Henning Krause [MVP - Exchange]
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 -
>
>
>

Bookmark and Share