P
PeterQ
Hallo Team !
Thank you for the answer to my last question, Ken.
I have encountered this problem:
after i have done a move, i want to "unread" the moved email message.
but this does not seem to work:
cpyItem is an existing MailItem
cpyRes is a reference to a MailItem
X is an assumed foldername
cpyItem.FlagStatus = olNoFlag
cpyItem.Save
Set cpyRes = cpyItem.Move(m_oMailbox.Folders.Item("X"))
cpyRes.UnRead = False <<<======
cpyRes.Save
why doesn't this work ? In the destinationfolder "X"
I see that the e-mail message still is shown as "unread".
Help me, please.
greetings
Peter
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Thank you for the answer to my last question, Ken.
I have encountered this problem:
after i have done a move, i want to "unread" the moved email message.
but this does not seem to work:
cpyItem is an existing MailItem
cpyRes is a reference to a MailItem
X is an assumed foldername
cpyItem.FlagStatus = olNoFlag
cpyItem.Save
Set cpyRes = cpyItem.Move(m_oMailbox.Folders.Item("X"))
cpyRes.UnRead = False <<<======
cpyRes.Save
why doesn't this work ? In the destinationfolder "X"
I see that the e-mail message still is shown as "unread".
Help me, please.
greetings
Peter
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!