Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 1.54 KB

Outlook.TaskRequestDeclineItem.BeforeCheckNames.md

File metadata and controls

54 lines (27 loc) · 1.54 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskRequestDeclineItem.BeforeCheckNames event (Outlook)
Outlook.TaskRequestDeclineItem.BeforeCheckNames
dd8b01bc-1368-b0ef-d0eb-b6bc955cf98f
06/08/2017
medium

TaskRequestDeclineItem.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).

Syntax

expression. BeforeCheckNames( _Cancel_ )

expression A variable that represents a TaskRequestDeclineItem 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.

Remarks

You use the BeforeCheckNames event in VBScript, but the event does not fire when an email name is resolved on the form.

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

TaskRequestDeclineItem Object

[!includeSupport and feedback]