MAPILogonEx

  • Thread starter Thread starter MON205
  • Start date Start date
M

MON205

Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook installed?

Thanks a lot
 
The Extended MAPI call to MAPILogonEx? If the stand-along server side
Extended MAPI is installed it will work without Outlook being installed.
 
I tried un-installing Outlook. And now, all MAPI calls fail, starting from
MAPIInitialize()!!!
Who installs the Extended MAPI? Is it Outlook? If yes, can't I use Simple
MAPI when Outlook is not installed.
Can you direct me to a web site or any resource to read more about this
issue.

Thanks
 
No idea.

For Extended MAPI information you really should be posting in
microsoft.public.win32.programmer.messaging, that's where the MAPI
programmers hang out.
 
The error is MAPI_E_LOGON_FAILED.
How exactly do you call MAPILogonEx? Do you have any profiles configured? Do
yo ucreate owen programmatically?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
No profiles are ever automatically created when you install the standalone
version of MAPI.
You either create a profile using Outlook (or the Mail Control Panel applet)
or you create it programmtically.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Back
Top