_Application.LookupNameProperties Method
Looks up a name in the global address book list and displays the Properties dialog box, which includes information about the specified name.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub LookupNameProperties ( _
Name As String _
)
'Usage
Dim instance As _Application
Dim Name As String
instance.LookupNameProperties(Name)
void LookupNameProperties(
string Name
)
Parameters
- Name
Type: System.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.