Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having an issue with Windows 7 / Outlook 2007 using Simple MAPI from Crystal Reports, export Report feature... I tried using different mail clients as my default client, but keep on getting the same error... how do I fix this? Accpac requires the use of MAPI to send out emails to clients and I've been getting the vibe that Outlook 2007 / Windows 7 does not support this? Does anyone have a solution yet?
Posted
Updated 19-May-10 4:23am
v5

Me too!

Mapi32.dll exports the function, but when I call it, I get the same error.
 
Share this answer
 
v3
I'm currently trying to create a class that will catch simple MAPI and convert it into Extended MAPI for Outlook. It seems to be the only way. I will post my results if and when I achieve this. [MAPI32.DLL]
 
Share this answer
 
v2
Dear All,

Change the permission and Owner in mapi32.dll.Set full permission & Owner to everyone or current user account
C:\Windows\System32\Mapi32.dll

# Right-click the file and select Properties.
# Click on the Security tab.
# Click Advanced in the lower right.
# In the Advanced Security Settings window that pops up, click on the Owner tab.
# Click Edit.
# Click Other users or groups.
# Click Advanced in the lower left corner.
# Click Find Now.
# Scroll through the results and double-click on your current user account.
# Click OK to all of the remaining windows except the first Properties window.
# Select your user account from the list up top and click Edit.
# Select your user account from the list up top again and then in the pane below, check Full control under Allow, or as much control as you need.
# You’ll get a security warning, click Yes.

Good Luck
Thanks
Dhanushka Siriwardhana
dhanushka.siriwardhana@yahoo.com
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900