Platform SDK: Exchange 2000 Server

Contact Property

[This is preliminary documentation and subject to change.]

Contains a person's name as a contact for an appointment.

[Visual Basic,VBScript]
Property Contact As String
[C++]
HRESULT get_Contact(BSTR* pVal);
HRESULT put_Contact(BSTR Val);
[IDL]
HRESULT [propget] Contact([out,retval] BSTR* pVal);
HRESULT [proput] Contact([in] BSTR Val);

Remarks