Hello Diane,
Several years ago, you helped me with a forwarding issue.
I have too many email addresses to monitor to manage all of them on my smartphone. I get them all at Outlook 2019 on my desktop and, through Rules, forward those that I prioritize to my phone.
You provided a script to allow me to forward those messages and retain their Unread status in the Outlook inbox so I can review the new messages again once I return to my desk.
More and more, lately, I’ve been getting a Runtime Error message popping up when I receive messages, not in any particular order or from a particular sender:
When I hit the Debug button it brings me to this script:
“Sub DontMarkRead(Item As Outlook.MailItem)
Item.UnRead = True
Item.Save
End Sub”
and highlights the line above.
Is there something I should adjust in this script? Is there something different about 2019’s handling of scripts that might have changed during a recent update?
Thanks.
Several years ago, you helped me with a forwarding issue.
I have too many email addresses to monitor to manage all of them on my smartphone. I get them all at Outlook 2019 on my desktop and, through Rules, forward those that I prioritize to my phone.
You provided a script to allow me to forward those messages and retain their Unread status in the Outlook inbox so I can review the new messages again once I return to my desk.
More and more, lately, I’ve been getting a Runtime Error message popping up when I receive messages, not in any particular order or from a particular sender:
When I hit the Debug button it brings me to this script:
“Sub DontMarkRead(Item As Outlook.MailItem)
Item.UnRead = True
Item.Save
End Sub”
and highlights the line above.
Is there something I should adjust in this script? Is there something different about 2019’s handling of scripts that might have changed during a recent update?
Thanks.