_Application.LookupNameProperties(String) Method

Definition

Looks up a name in the global address book list and displays the Properties dialog box, which includes information about the specified name.

public:
 void LookupNameProperties(System::String ^ Name);
public void LookupNameProperties (string Name);
abstract member LookupNameProperties : string -> unit
Public Sub LookupNameProperties (Name As String)

Parameters

Name
String

Required String. A name in the global address book.

Remarks

If this method finds more than one match, it displays the Check Names dialog box.

Applies to