control Outlook Express if a mail couldn't deliver
rkadenbach
Member Posts: 15
Hello all,
somebody know a solution for the following problem.
We send mails (> 1000) automatically with the standard mail codeunit. The problem is, when a mail couldn't deliver, because the address is wrong, a message popup in outlook express (used mail programm) and the job freezed for this time.
Is there any way to control or to setup outlook to prevent this message?
THX
somebody know a solution for the following problem.
We send mails (> 1000) automatically with the standard mail codeunit. The problem is, when a mail couldn't deliver, because the address is wrong, a message popup in outlook express (used mail programm) and the job freezed for this time.
Is there any way to control or to setup outlook to prevent this message?
THX
0
Comments
-
Is the message that you get in Outlook because of the format of the mail address (i.e. someone forgot the @ sign or there are special characters that causes problems) ... OR ....
Is the pop-up because the address does not exist, in which case you should be able to send the mail, but only get a non-delivery notification email.
If your problem is based on formatting of the address, then you should write some code in nav to check the format of all stored addresses, so that Outlook Express would accept them.
regards,
gus0 -
In Navision 4.0 OLHandler dll is used insted of NSAppHandler, and there are these line in the NewMessage function:
MailSent := OSendMail.Send;
ErrorNo := OSendMail.ErrorStatus;
Doesnt it return what you need?Best regards,
Dmitry0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
