Can anyone tell me how you set the language of a message (programatically).
I do not see any property which can be used with IMessage which will do
this.

It can be set in pocket outlook (within options of an open message), so I
assume you must be able to set in code.

Thanks in advance.
Jason.

Re: Setting the language of an email by Peter

Peter
Mon Feb 25 08:08:10 CST 2008

It is no doubt set with a property - use SetProps. However few of the
properties from MAPI are used in the Windows CE/Mobile implementation and
the documentation is fairly poor. You can see a full list of MAPI properties
in the WM6 SDK - the topic is called "MAPI Properties" you'll also find the
few which are documented in the index - PR_* - PR_LANGUAGES might be a good
starting point.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Jason Willcox" <jasonw@SYNCHRONICA.COM> wrote in message
news:enl9Ln6dIHA.5280@TK2MSFTNGP02.phx.gbl...
> Can anyone tell me how you set the language of a message
> (programatically).
> I do not see any property which can be used with IMessage which will do
> this.
>
> It can be set in pocket outlook (within options of an open message), so I
> assume you must be able to set in code.
>
> Thanks in advance.
> Jason.
>