ReplyAll | |
ReplyAll alerts you before unintentionally replying all, or if you are a confidential BCC recipient of the e-mail. |
This small sample displays the dialog for the active, open e-mail. Simply press ALT+F8 to run the macro.
Public Sub ShowCategoriesDialog() Dim Mail As Object Set Mail = Application.ActiveInspector.CurrentItem Mail.ShowCategoriesDialog End Sub
OLKeeper | |
OLKeeper reliably prevents users from closing their Outlook window and thus possibly missing reminders or e-mails. |