Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Who is 'MAPI.Session' ?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Who is 'MAPI.Session' ?
Miscellaneous
Thread ID:
00934267
Message ID:
00934267
Views:
69
Had a moment and was wondering what I was doing!

I have been working through some CDO/Outlook automation - and all went (is going) well.

The Outlook piece of the project looks like this:
oOL=CREATEOBJECT('Outlook.Application')
oNS=oOL.GetNamespace("MAPI")
oNS.Logon


The other (non-Outlook logon) goes like this:
oSession=CREATEOBJECT('MAPI.Session')
oSession.Logon(lcProfileName,lcPassWord,llShowDialog) && MS Exchange Profile


Is the MAPI.Session object an Outlook server or an Exchange server - or does it blend Outlook and Exchange?
Imagination is more important than knowledge
Next
Reply
Map
View

Click here to load this message in the networking platform