Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21103

Read Unicode(Japanese, Chinese) emails from outlook into VB as a string

$
0
0
I am trying to Read Outlook object and get Message Body as a string.

Dim MailItem as new Outlook.mailItem
Dim temp as String
temp = StrConv(MailItem.Body, vbUnicode)

I always get '?' when it comes to read any Chinese Messages.

I tried to use ChrW$(&H5B8B) as a trial too but even that function returns '?'.

Any help ????

Viewing all articles
Browse latest Browse all 21103

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>