ResponseRequested Property (AppointmentItem Object)

ResponseRequested Property (AppointmentItem Object)

The ResponseRequested property indicates whether a response is requested for this appointment. Read/write.

Syntax

objAppointment.ResponseRequested

Data Type

Boolean

Remarks

The ResponseRequested property contains True if the messaging user that created a MeetingItem object from this appointment wishes a response. It contains False if there is no request for a response. ResponseRequested defaults to True.

Calendar folders are not supported in the public folders store provided with Microsoft® Exchange, and AppointmentItem objects are stored as Message objects. An attempt to read or write ResponseRequested in this case returns CdoE_NO_SUPPORT.

Changes you make to properties on an AppointmentItem object take effect when you call the Send or Update method.

See Also

Concepts

AppointmentItem Object