Share via


_SelectNamesDialog.ForceResolution Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property ForceResolution As Boolean
    Get
    Set
'Usage
Dim instance As _SelectNamesDialog
Dim value As Boolean

value = instance.ForceResolution

instance.ForceResolution = value
bool ForceResolution { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_SelectNamesDialog Interface

_SelectNamesDialog Members

Microsoft.Office.Interop.Outlook Namespace