lokemy lm munyee 3.Nov.06 06:07 AM a Web browser Applications DevelopmentAll ReleasesAll Platforms
session.ConvertMime = True
:
If doc.HasItem("Body") Then
Set itemBody = doc.GetFirstItem("Body")
Pls advice why doc.getFirstItem("Body") will fail or cause the system to crash for the following type of emails: -
1) When replying to these type of emails, i get
"You are sending or saving a document which requires more than one character set when it is converted to MIME(internet mail) format. Which character set should be used for the content...
"The following items cannot be sent or saved in MIME (internet mail) format. Do you want to continue... "
2) When i check the properties of these emails, i get
"Content-class:um:content-classes:message ..." instead
of "Content-type:multipart/mixed: "
Is anything wrong with the the codes ? Are these the auto-reply emails from receipent ? How do i process them correctly without causing the program to crash ?