change mail format

A

Ashish

can we change mail format when send a mail. Plain text/html/rich text use
for mail format. I think _MailItem class does not provide this utility.
 
A

Ashish

Thanks, MailItem.BodyFormat works fine.
If i send a mail (have image in body) using rich text format and change
format for html in application_send event then image is lost.
Is there any solution for that or i need to convert this mail from rtf to
html format on exchange server.
Is there any fuction available for this task?
 
K

Ken Slovak - [MVP - Outlook]

You should be changing the format before that event, either on opening the
item or possibly in item_send.
 
A

Ashish

If i change the format from rich text to html in item_send then image is
lost.
There is no use of change in item_open because before sending the mail i can
change it back to rich text.
 
K

Ken Slovak - [MVP - Outlook]

There is no BeforeSend() event, so if Send() is too late and Open() or
Activate() are too early then I have no other suggestions for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top