Issue 122005 - Cannot send mail to 64bit Outlook client
Summary: Cannot send mail to 64bit Outlook client
Status: CLOSED DUPLICATE of issue 123728
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 3.4.1
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2013-04-05 11:53 UTC by cholzhauer
Modified: 2017-05-20 10:01 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description cholzhauer 2013-04-05 11:53:36 UTC
Running OpenOffice 3.4.1 on Server 2012 x64 with Outlook 2010 x64 installed.  Any OpenOffice product is unable to use the "send file in email" function because OpenOffice will not see the 64bit Outlook client.
Comment 1 j.nitschke 2014-02-25 14:30:34 UTC
bug 123728, comment 0 has more information

the msdn link explains the situation very well:
http://msdn.microsoft.com/en-us/library/office/dd941355.aspx
> 32-bit MAPI Application and 64-Bit Outlook
>
> 32-bit MAPI applications are not supported to run on a computer installed with
> 64-bit Outlook and 64-bit Windows. The application developer must update and
> rebuild the application as a 64-bit application for the 64-bit platform. This
> is because a 32-bit application cannot load a 64-bit Msmapi32.dll file. There
> are a small number of API changes that application developers must incorporate
> to build their code successfully for a 64-bit environment. MAPI header files
> have been updated with these changes to support the 64-bit platform. You can
> download these header files at Outlook 2010: MAPI Header Files. Developers can
> use this same set of MAPI header files to build both 32-bit and 64-bit MAPI
> applications.

further would it still work if sendoc.exe use only MAPISendMail calls but I see MAPILogon and MAPILogoff calls too.

So sendoc needs to be compiled as 64bit application and setup must deliver it only on 64Bit Windows systems. I don't know if it's possible to install 64bit apps together with a 32bit programs, because 64Bit Windows uses different directories for these.
Comment 2 Edwin Sharp 2014-02-25 17:12:52 UTC
Thank you

*** This issue has been marked as a duplicate of issue 123728 ***