Search results

  1. R

    How to capture a Mailitem Event

    The Outlook developer reference for MailItem.Close event includes the following example to save an item without prompting the user: Public WithEvents myItem As Outlook.MailItem Public Sub Initalize_Handler() Set myItem = Application.ActiveInspector.CurrentItem End Sub...
Back
Top