Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating MS Outlook Profile via API

Status
Not open for further replies.

vikasb2

Programmer
Sep 8, 2003
19
0
0
IN
Hi

Can anyone point to some resource/site where I can find more information on the mantioned subject.

I want to create an MS Outlook profile as part of the setup from within my application. I'll ask all the required input from the user and will create/delete profiles as an when required.

Thanks
Vikas


Vikas Burman
Product Lead
coVeda technologies pvt ltd., Chandigarh
 
Vikas Burman

Not sure if this is what you rae looking for.

This requires Windows Scripting to be installed.

Code:
oShell = CreateObject("WScript.Shell")
oShell.Run('Control.exe C:\PROGRA~1\COMMON~1\System\MSMAPI\1033\mlcfg32.cpl ,,0')


Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top