PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins MAPILogonEx

Reply

MAPILogonEx

 
Thread Tools Rate Thread
Old 17-07-2008, 11:07 AM   #1
MON205
Guest
 
Posts: n/a
Default MAPILogonEx


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

Thanks a lot
  Reply With Quote
Old 17-07-2008, 02:02 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: MAPILogonEx

The Extended MAPI call to MAPILogonEx? If the stand-along server side
Extended MAPI is installed it will work without Outlook being installed.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"MON205" <MON205@hotmail.com.NoSpam> wrote in message
news9A0A8FA-3B1B-454F-9072-8C2E19F22BB1@microsoft.com...
> Hello,
> Does MAPILogonEx succeed on a machine that don't have Outlook installed?
>
> Thanks a lot


  Reply With Quote
Old 17-07-2008, 02:36 PM   #3
MON205
Guest
 
Posts: n/a
Default Re: MAPILogonEx

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

"Ken Slovak - [MVP - Outlook]" wrote:

> The Extended MAPI call to MAPILogonEx? If the stand-along server side
> Extended MAPI is installed it will work without Outlook being installed.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.
> http://www.slovaktech.com/products.htm
>
>
> "MON205" <MON205@hotmail.com.NoSpam> wrote in message
> news9A0A8FA-3B1B-454F-9072-8C2E19F22BB1@microsoft.com...
> > Hello,
> > Does MAPILogonEx succeed on a machine that don't have Outlook installed?
> >
> > Thanks a lot

>
>

  Reply With Quote
Old 17-07-2008, 02:54 PM   #4
MON205
Guest
 
Posts: n/a
Default Re: MAPILogonEx

I installed the MAPI library from:
http://www.microsoft.com/downloads/...&displaylang=en

Now call to MAPIInitialize succeeded, but MAPILogonEx returned 0x80040111
Any ideas?


"MON205" wrote:

> 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
>
> "Ken Slovak - [MVP - Outlook]" wrote:
>
> > The Extended MAPI call to MAPILogonEx? If the stand-along server side
> > Extended MAPI is installed it will work without Outlook being installed.
> >
> > --
> > Ken Slovak
> > [MVP - Outlook]
> > http://www.slovaktech.com
> > Author: Professional Programming Outlook 2007.
> > Reminder Manager, Extended Reminders, Attachment Options.
> > http://www.slovaktech.com/products.htm
> >
> >
> > "MON205" <MON205@hotmail.com.NoSpam> wrote in message
> > news9A0A8FA-3B1B-454F-9072-8C2E19F22BB1@microsoft.com...
> > > Hello,
> > > Does MAPILogonEx succeed on a machine that don't have Outlook installed?
> > >
> > > Thanks a lot

> >
> >

  Reply With Quote
Old 17-07-2008, 06:25 PM   #5
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: MAPILogonEx

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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"MON205" <MON205@hotmail.com.NoSpam> wrote in message
news:3EDC50F7-9190-4A4C-8B49-FD94A3AD581D@microsoft.com...
>I installed the MAPI library from:
> http://www.microsoft.com/downloads/...&displaylang=en
>
> Now call to MAPIInitialize succeeded, but MAPILogonEx returned 0x80040111
> Any ideas?


  Reply With Quote
Old 18-07-2008, 12:55 AM   #6
Dmitry Streblechenko
Guest
 
Posts: n/a
Default Re: MAPILogonEx

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
-
"MON205" <MON205@hotmail.com.NoSpam> wrote in message
news:3EDC50F7-9190-4A4C-8B49-FD94A3AD581D@microsoft.com...
>I installed the MAPI library from:
> http://www.microsoft.com/downloads/...&displaylang=en
>
> Now call to MAPIInitialize succeeded, but MAPILogonEx returned 0x80040111
> Any ideas?
>
>
> "MON205" wrote:
>
>> 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
>>
>> "Ken Slovak - [MVP - Outlook]" wrote:
>>
>> > The Extended MAPI call to MAPILogonEx? If the stand-along server side
>> > Extended MAPI is installed it will work without Outlook being
>> > installed.
>> >
>> > --
>> > Ken Slovak
>> > [MVP - Outlook]
>> > http://www.slovaktech.com
>> > Author: Professional Programming Outlook 2007.
>> > Reminder Manager, Extended Reminders, Attachment Options.
>> > http://www.slovaktech.com/products.htm
>> >
>> >
>> > "MON205" <MON205@hotmail.com.NoSpam> wrote in message
>> > news9A0A8FA-3B1B-454F-9072-8C2E19F22BB1@microsoft.com...
>> > > Hello,
>> > > Does MAPILogonEx succeed on a machine that don't have Outlook
>> > > installed?
>> > >
>> > > Thanks a lot
>> >
>> >



  Reply With Quote
Old 20-07-2008, 05:11 PM   #7
Dmitry Streblechenko
Guest
 
Posts: n/a
Default Re: MAPILogonEx

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
-
"MON205" <MON205@hotmail.com.NoSpam> wrote in message
news:233A87A7-8818-4C10-BE0F-D9B0335A7167@microsoft.com...
> Ohhh.. I missed the flag "MAPI_LOGON_UI" where I passed NULL as the
> Profile
> Name. Now, the Profiles dialog appear containing two profiles; "Outlook"
> and
> "PstLoadTmp000". Are those profiles found because Outlook was on my
> machine
> previously? Or I can always depend on these profiles when installing the
> MAPICDO library?
> Another problem that I found that the MAPICDO library is not a
> redistributable package.
> http://blogs.msdn.com/stephen_griff...o-download.aspx
>
> To be clear, my application reqirements are as the following:
> -- The application have a database containing MSG files.
> -- The user should be able to see any MSG.
> -- The application opens the MSG with Outlook if Outlook installed.
> -- If Outlook not installed, the application should convert the MSG to
> EML
> (using redemption) and then open the EML with an EML viewer. (and here I'm
> hanging)
>
> -----------
> "Dmitry Streblechenko" wrote:
>
>> 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
>> -
>> "MON205" <MON205@hotmail.com.NoSpam> wrote in message
>> news:3EDC50F7-9190-4A4C-8B49-FD94A3AD581D@microsoft.com...
>> >I installed the MAPI library from:
>> > http://www.microsoft.com/downloads/...&displaylang=en
>> >
>> > Now call to MAPIInitialize succeeded, but MAPILogonEx returned
>> > 0x80040111
>> > Any ideas?
>> >
>> >
>> > "MON205" wrote:
>> >
>> >> 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
>> >>
>> >> "Ken Slovak - [MVP - Outlook]" wrote:
>> >>
>> >> > The Extended MAPI call to MAPILogonEx? If the stand-along server
>> >> > side
>> >> > Extended MAPI is installed it will work without Outlook being
>> >> > installed.
>> >> >
>> >> > --
>> >> > Ken Slovak
>> >> > [MVP - Outlook]
>> >> > http://www.slovaktech.com
>> >> > Author: Professional Programming Outlook 2007.
>> >> > Reminder Manager, Extended Reminders, Attachment Options.
>> >> > http://www.slovaktech.com/products.htm
>> >> >
>> >> >
>> >> > "MON205" <MON205@hotmail.com.NoSpam> wrote in message
>> >> > news9A0A8FA-3B1B-454F-9072-8C2E19F22BB1@microsoft.com...
>> >> > > Hello,
>> >> > > Does MAPILogonEx succeed on a machine that don't have Outlook
>> >> > > installed?
>> >> > >
>> >> > > Thanks a lot
>> >> >
>> >> >

>>
>>
>>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off