Create an email account in Outlook

Vishal_@_forums

New member
Joined
Oct 2, 2005
Messages
2
Location
Rajkot, India
Programming Experience
1-3
Hello all,

I'm not sure if this is the right place to post this, please excuse me.

I want to develop an appliation in vb.net through which I can create a new email account in Microsoft Outlook. I tried searching a few sites but could not find appropriate code or help.

Can anyone please guide me?

Thanks,
 
I suggest you search MSDN for "automate outlook .net" (without quotes). Here's a place to start. Once you have a reference to the Outlook object library in your project you can then use the Object Browser to see what objects and members are available. For more information on those objects and members you should use the Outlook help system.
 
Back
Top