Enforce Specific Encoding To Messages Arrived From Specific Addres

G

Guest

Hi I'm trying to force mails which arrive from specific addresses to be
encoded in Hebrew rather than in English even though their header specifies
US-ASCII encoding. I know how to encode each message manually when I receive
it, however, I want this process to be done automatically. Setting the
default encoding type didn't change anything since the encoding is specified
in these mails...the problem is that it's a wrong one...

P.S. I don't mind whether this process must be done using VBS ... I know VBS
programming but couldn't do it either...

Thanks,
 
K

Ken Slovak - [MVP - Outlook]

See if changing MailItem.InternetCodepage works. I'm not sure it will but
you can try it.
 
G

Guest

Hi Ken,

Thanks for the quick reply,

Actually, I've already tried that....The InternetCodePage changes it's value
and I even save the changes to the mail but nothing changes in terms of the
visibility....

Isn't there anything that's parallel to the action :
View->Encoding->Hebrew....

?

Again,

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

Not that I know of. InternetCodePage is the only property exposed that
should do what you want.

I guess you could play with the Office.LanguageSettings properties and see
if any of those help at all but I'd guess not.
 

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

Top