Message encoding

N

NitsR

Hello All,

I have a customised outlook application in VB.Net
In this application I get message from Inbox and do some processing
and send it to some specific email recipient

But it seems sometimes the encoding changes of the received message
and
sent message.

For checking inbox items I am using MailItem class and for sending
mail I am using
Mailmessage class.

How to make sure that both the object encoding is the same.

I am trying with InternetCodePage property of mailitem class and
Header Property
of the mailmessage class.

Thanks
NitsR
 

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