Specifies whether a dialog box is displayed for recipient name resolution during addressing when the ResolveName method is specified.
Syntax
object.AddressResolveUI [ = value ]
The AddressResolveUI property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| value | A boolean expression specifying whether a dialog box is displayed, as described in Settings. |
Settings
The settings for value are:
| Setting | Description |
| True | A dialog box is displayed with names that closely match the intended recipient's name. |
| False | (Default) No dialog box is displayed for ambiguous names. An error occurs if no potential matches are found (no matches is not an ambiguous situation). |
Data Type
Boolean