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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mapi & MS Exchange

Status
Not open for further replies.

dodgyone

Technical User
Jan 26, 2001
431
GB
Whenever I send an automated e-mail I get the profile box coming up asking me which to choose...

I want to just automatically use "Microsoft Exchange Settings" and I tick the box in advanced options to use this but it keepson coming up each time.

In MAPI is there an option to code this profile?

Thanks....
 

You can get gid of the profile box signing on to the MAPI:
----------------------------------------------------------
MAPISession1.LogonUI = True
MAPISession1.UserName = "You UserName as a string"
MAPISession1.SignOn
-----------------------------------------------------------

,Sunaj
 
Cheers... I starting using the Outlook method to do this but I prefer MAPI ;o)

thanks....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top