Platform SDK: Exchange 2000 Server

ReplyTime Property

[This is preliminary documentation and subject to change.]

Returns the time a recipient replied to a meeting request.

This value is updated by CDO when the IAppointment::Accept, IAppointment::AcceptTentative, or IAppointment::Decline method is called. This value can be used to determine which response is the most recent in the event that an attendee sends more than one response to a meeting request.

[Visual Basic,VBScript]
Property ReplyTime As Date
read-only
[C++]
HRESULT get_ReplyTime(DATE* pVal);
[IDL]
HRESULT [propget] ReplyTime([out,retval] DATE* pVal);

Remarks

This property is also available as the schema field replytime.