Platform SDK: Exchange 2000 Server

CheckName Method

[This is preliminary documentation and subject to change.]

Attempts to resolve an addressee directory object using the information specified in the object.

[Visual Basic,VBScript]
Function CheckName(Directory As String [, UserName As String] [, Password as String]) As Boolean
[C++]
HRESULT CheckName(BSTR Direcotry,
[, BSTR UserName ]
[, BSTR Password ] 
VARIANT_BOOL* pVal
);
[IDL]
HRESULT CheckName([in] BSTR Directory,
[in, optional] BSTR UserName,
[in, optional] BSTR Password,
[out, retval] VARIANT_BOOL* pVal
);
Directory
The name of the Addressee object
Username
Optional username authentication
Password
Optional password authentication
Val
Indicates whether the check was successful.

Remarks