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

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

Back
Top