ItemEvents_10_Event.BeforeCheckNames Event
Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an item (which is an instance of the parent object).
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeCheckNames As ItemEvents_10_BeforeCheckNamesEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_BeforeCheckNamesEventHandler
AddHandler instance.BeforeCheckNames, handler
event ItemEvents_10_BeforeCheckNamesEventHandler BeforeCheckNames
Remarks
The event does not fire under the following circumstances:
You customized a Journal Entry form and then resolved a contact in the Contacts field.
You customized a Contact form and then resolved a contact in the Contacts field.
You customized any type of form and Outlook automatically resolved the name in the background.
You programmatically created and resolved a recipient.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeCheckNamesEventHandler