|
-
Jul 7th, 2009, 10:54 AM
#1
Thread Starter
Fanatic Member
add an email account to outlook2007 programmatically
I have a few users in the field ( ever increasing) that need to setup outlook 2007 with the correct settings to access there company email
I would like to send them an executable and have it install the correct account information for them (I was thinking of keeping the user name and password hash in the app.config file)
does anyone have good examples of how to start this?
Thanks
Last edited by Crash893; Jul 7th, 2009 at 02:13 PM.
-
Jul 7th, 2009, 11:47 AM
#2
Re: add an email account to outlook2007 programicly
I think the only way to do this is to use MAPI. Microsoft has a lot of C/C++ examples, but if you read through those it might give you the functions you need to call to update the profile info:
http://support.microsoft.com/kb/266352
-
Jul 7th, 2009, 02:13 PM
#3
Thread Starter
Fanatic Member
Re: add an email account to outlook2007 programmatically
-
Jul 7th, 2009, 02:18 PM
#4
Re: add an email account to outlook2007 programmatically
I don't know about an addin, but the searching I did stated that the only way to do it was via MAPI, so I am guessing the Addin API doesn't expose that functionality either.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|