Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Indicates if a response is requested for an appointment.
[Visual Basic,VBScript] Property ResponseRequested As Boolean [C++] HRESULT get_ResponseRequested(VARIANT_BOOL* pVal); HRESULT put_ResponseRequested(VARIANT_BOOL Val); [IDL] HRESULT [propget] ResponseRequested([out,retval] VARIANT_BOOL* pVal); HRESULT [proput] ResponseRequested([in] VARIANT_BOOL Val);
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. If RSVP for all attendees is FALSE, then ResponseRequested is set to FALSE.
The ResponseRequested property 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 property is also available as the schema field responserequested.