Platform SDK: Exchange 2000 Server |
[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 );