Platform SDK: Exchange 2000 Server |
[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.
urn:schemas:calendar:responserequested
CdoCalendar.cdoResponseRequested
[Visual Basic] Boolean
[C++] VARIANT_BOOL
DBTYPE_BOOL