Create, remove, check Exchange Mail Accounts [RESOLVED]
Hi,
I need to figure out how to create, remove, and check (subject, attachments, message) exchange e-mail accounts.
This code will run on a small business server machine with exchange server.
The code will be for a test case that create reports (not relevant here), and send that report to a mail account. Obviously I want to see if the account exsist (it should not), create the account, send the report by mail to this account, check this account (content, attachment), and afterwards remove the account again.
Any advice will be welcome. I do have some sample code here, but it is incorporated in a dll for which I cannot have the source code. I'd rather know how things are done behind the screens.
Thanks
Re: Create, remove, check Exchange Mail Accounts
Isn't there some sample code in the Microsoft Exchange SDK?
- ØØ -
Re: Create, remove, check Exchange Mail Accounts
I ended up using CDO, which seems to work just fine for me.
Thanks