Platform SDK: Exchange 2000 Server

TextBody Property

[This is preliminary documentation and subject to change.]

Contains the decoded text description of an appointment.

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

Remarks

This property is sent as the Description property in ICalendar meeting requests and update. This property is sent as the last Comment property in ICalendar meeting responses.

This property is also available as the schema field textdescription.