MobileItem.BeforeCheckNames Event (Outlook)
Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an item (which is an instance of the parent object).
Version Information
Version Added: Outlook 2010
Syntax
expression .BeforeCheckNames(Cancel)
expression A variable that represents a MobileItem object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Cancel |
Required |
Boolean |
False when the event occurs. If the event procedure sets this argument to True, the name resolution process is not completed. |