TextBody Property (IAppointment)
Topic Last Modified: 2006-06-13
Contains the decoded text description of the appointment.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property TextBody As String
HRESULT get_TextBody(BSTR* pVal);HRESULT put_TextBody(BSTR Val);
Parameters
- pVal
Returns the value of the TextBody property as a reference to a BSTR.
- Val
Sets the value of the TextBody property to the value of the BSTR.
Remarks
This property is sent as the Description property in ICalendar meeting requests and updates. It is sent as the last Comment property in ICalendar meeting responses.
This property is also available as the textdescription Field.