Platform SDK: Exchange 2000 Server

Subject Property

[This is preliminary documentation and subject to change.]

Contains the topic for the appointment.

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

Remarks