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
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