[macro] Question marks in the text body
dim oEmail As Outlook.mailitem
msgbox oEmail.body
Some incoming e-mails (foreign and domestic) look just fine in Outlook, until I run the above macro program. The message box shows text with question marks between words, instead of spaces.
For example:
1. Outlook: Hello there how are you doing?
2. Msgbox: Hello?there?how?are?you?doing?
How would I go about fixing this situation? Help would be appreciated!
|