Problem with MAPI handler and Outlook 2007

Cyber-Jedi
Member Posts: 25
This code returns an error #13 (Type Mismatch) and no new mail dialog is shown. This only happends with Outlook 2007. Tried on WinXP, VISTA and Win7 with the same result.
Any ideas anyone?
IF ISCLEAR(objMAPI) THEN
CREATE(objMAPI);
objMAPI.ToName('john(at)doe.com'); <-- Can't post "at", is inreality the "at" sign.
objMAPI.Subject('Test of mail function');
objMAPI.AddBodyText('Row 1');
objMAPI.AddBodyText('Row 2');
IF (Filename <> '') AND FILE.EXISTS(Filename) THEN
objMAPI.AttachFileName(Filename);
objMAPI.OpenDialog(TRUE);
objMAPI.Send;
IF (objMAPI.ErrorStatus <> 0) THEN
ERROR(objMAPI.ErrorDescription);
Any ideas anyone?
IF ISCLEAR(objMAPI) THEN
CREATE(objMAPI);
objMAPI.ToName('john(at)doe.com'); <-- Can't post "at", is inreality the "at" sign.
objMAPI.Subject('Test of mail function');
objMAPI.AddBodyText('Row 1');
objMAPI.AddBodyText('Row 2');
IF (Filename <> '') AND FILE.EXISTS(Filename) THEN
objMAPI.AttachFileName(Filename);
objMAPI.OpenDialog(TRUE);
objMAPI.Send;
IF (objMAPI.ErrorStatus <> 0) THEN
ERROR(objMAPI.ErrorDescription);
0
Comments
-
Cyber-Jedi,
Did you find a solution to this problem? Can you tell us what version of NAV this occured with?
I get this issue with NAV 2009 SP1
Thanks,
Phil Avis0 -
Is there a reason why you are using mapi and not SMTP?0
-
Yes, I'd like to prepare the E-mail then open it for the user to finish editing before sending.0
-
Did anybody solve this issue? We have it, running 360 with Office 2007.
'Navision Attain ApplicationHandler'.MAPIHandler0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions