Platform SDK: Exchange 2000 Server

responserequested Field

[This is preliminary documentation and subject to change.]

Indicates if the originator of the meeting requested a response. Returns TRUE if a response is requested.

For outgoing meeting requests, if responserequested is TRUE, the iCalendar RSVP property of all attendees is set to TRUE, or if responserequested is FALSE, the RSVP property of all attendees is set to FALSE. For incoming meeting requests, if the iCalendar RSVP property of any attendee is TRUE, then responserequested is set to TRUE, or if RSVP for all attendees is FALSE, then responserequested is set to FALSE.

The responserequested field is set to FALSE if the meeting does not have the an organizer. The organizer is an attendee with the IsOrganizer property set to TRUE.

This field is also exposed as the ResponseRequested property of the IAppointment interface.

Full Name

urn:schemas:calendar:responserequested

Name Constant

CdoCalendar.cdoResponseRequested

Variant Sub Type

[Visual Basic] Boolean

[C++] VARIANT_BOOL

OLE DB Type

DBTYPE_BOOL

Example