How to get body of an email in Unicode format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
In our solution, we have Kanji character in our emails, so I need get the
content as unicode format when I use the body of an email. Any clue will be
appreciated.
 
Hi,

you can use the StrConv function. The arguments are explained in the VBA
help.
 
Juts read the Body property? Make sure you are actually using Unicode
strings to store thee return result.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"How to get body of an email in Unicode" <How to get body of an email in
(e-mail address removed)> wrote in message
news:[email protected]...
 
Back
Top