How to get body of an email in Unicode format

  • Thread starter How to get body of an email in Unicode
  • Start date
H

How to get body of an email in Unicode

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

Michael Bauer

Hi,

you can use the StrConv function. The arguments are explained in the VBA
help.
 
Top