S
SP
This Damsel is Perplexed - A macro that when activated, will mark messages
as read. Using Outlook 2000, with the security setting as Medium. The
messages are sent via a Rule, utilizing Rules Wizard, the user has an email
with specific Text in the subject line, a copy is sent to a specific folder.
When they are sent to this folder it will mark the messages as unread. Is
there anyway to automate this so it happens automatically without using a
button.
Here is the code created for the automation:
private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
run macro = prjMarkAsRead.mcrMarkAsRead
End Sub
as read. Using Outlook 2000, with the security setting as Medium. The
messages are sent via a Rule, utilizing Rules Wizard, the user has an email
with specific Text in the subject line, a copy is sent to a specific folder.
When they are sent to this folder it will mark the messages as unread. Is
there anyway to automate this so it happens automatically without using a
button.
Here is the code created for the automation:
private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
run macro = prjMarkAsRead.mcrMarkAsRead
End Sub