Platform SDK: Exchange 2000 Server

Address Property

[This is preliminary documentation and subject to change.]

Specifies the e-mail address of an attendee.

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

Remarks