Edit

Share via


_SelectNamesDialog.ForceResolution Property

Definition

Returns or sets a Boolean (bool in C#) that determines if Outlook must resolve all recipients in the object specified by Recipients before the user can click OK to accept the typed or selected recipients in the Select Names dialog box. Read/write.

public:
 property bool ForceResolution { bool get(); void set(bool value); };
public bool ForceResolution { get; set; }
Public Property ForceResolution As Boolean

Property Value

Remarks

The default value is True. If a recipient cannot be resolved, Outlook will prompt the user to resolve the ambiguous names. The user must have all recipients in the recipient edit box resolved before being able to click OK.

ForceResolution is ignored if the user clicks Cancel or the Close icon.

Applies to