D
Dave
Hi:
I have a very simple macro that moves the selected item to a folder called
"Archive - email". I also want the macro to mark the selected item "read".
I'm pretty sure I simply need to set "unread" to false and then save the item
- but I can't figure out how to do so. Any help would be appreciated.
Dave
Sub MoveToArchive()
MoveToFolder ("Archive - email")
End Sub
I have a very simple macro that moves the selected item to a folder called
"Archive - email". I also want the macro to mark the selected item "read".
I'm pretty sure I simply need to set "unread" to false and then save the item
- but I can't figure out how to do so. Any help would be appreciated.
Dave
Sub MoveToArchive()
MoveToFolder ("Archive - email")
End Sub