ReplyTime Property

Topic Last Modified: 2006-06-13

Returns the time a recipient replied to a meeting request. This property is read-only.

This value is updated by Collaboration Data Objects (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 if an attendee sends more than one response to a meeting request.

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property ReplyTime As Date
HRESULT get_ReplyTime(DATE* pVal);

Parameters

  • pVal
    Returns the value of the ReplyTime property as a reference to a DATE.

Remarks

This property is also available as the replytime Field in the Exchange store schema.