A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

MAPILogonEx



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 17th 08, 12:07 PM posted to microsoft.public.outlook.program_addins
MON205[_2_]
external usenet poster
 
Posts: 33
Default MAPILogonEx

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

Thanks a lot
Ads
  #2  
Old July 17th 08, 03:02 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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" wrote in message
news
Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook installed?

Thanks a lot


  #3  
Old July 17th 08, 03:36 PM posted to microsoft.public.outlook.program_addins
MON205[_2_]
external usenet poster
 
Posts: 33
Default 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" wrote in message
news
Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook installed?

Thanks a lot



  #4  
Old July 17th 08, 03:54 PM posted to microsoft.public.outlook.program_addins
MON205[_2_]
external usenet poster
 
Posts: 33
Default MAPILogonEx

I installed the MAPI library from:
http://www.microsoft.com/downloads/d...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" wrote in message
news
Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook installed?

Thanks a lot



  #5  
Old July 17th 08, 07:25 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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" wrote in message
...
I installed the MAPI library from:
http://www.microsoft.com/downloads/d...displaylang=en

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


  #6  
Old July 18th 08, 01:55 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default 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" wrote in message
...
I installed the MAPI library from:
http://www.microsoft.com/downloads/d...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" wrote in message
news Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook
installed?

Thanks a lot




  #7  
Old July 20th 08, 09:04 AM posted to microsoft.public.outlook.program_addins
MON205[_2_]
external usenet poster
 
Posts: 33
Default MAPILogonEx

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_griffi...-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" wrote in message
...
I installed the MAPI library from:
http://www.microsoft.com/downloads/d...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" wrote in message
news Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook
installed?

Thanks a lot





  #8  
Old July 20th 08, 06:11 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default 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" wrote in message
...
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_griffi...-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" wrote in message
...
I installed the MAPI library from:
http://www.microsoft.com/downloads/d...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" wrote in message
news Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook
installed?

Thanks a lot







 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Redemption+CBuilder: RDOSession.Logon MAPILogonEx-Error [email protected] Add-ins for Outlook 2 September 1st 06 09:32 AM


All times are GMT +1. The time now is 07:51 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.