If in IMapuRuleClient::ProccessMessage I create a new SMS in destFolder,
it is showed as unread in poutlook. Is there a way how mark message read?
There is a method IMessage::SetReadFlag in doc, but with note "Not
supported â?? do not use".
-----
Saman

Re: How to mark SMS read in code? by Peter

Peter
Tue Feb 21 11:02:14 CST 2006

You can use the IMapiProp SetProps method - the read flag is part of the
PR_MESSAGE_FLAGS property.

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net

"Saman" <Saman@NOSPAMsaman-cz.com> wrote in message
news:%23BpdUPtNGHA.3888@TK2MSFTNGP12.phx.gbl...
> If in IMapuRuleClient::ProccessMessage I create a new SMS in destFolder,
> it is showed as unread in poutlook. Is there a way how mark message read?
> There is a method IMessage::SetReadFlag in doc, but with note "Not
> supported - do not use".
> -----
> Saman