Platform SDK: Exchange 2000 Server

GetFirstInstance Method

[This is preliminary documentation and subject to change.]

Returns the first instance of a recurring appointment.

[Visual Basic,VBScript]
Function GetFirstInstance(ByVal Start As Date, ByVal End As Date) As IAppointment
[C++]
HRESULT GetFirstInstance(DATE Start, DATE End, IAppointment** pVal);
[IDL]
HRESULT GetFirstInstance([in] DATE Start, [in] DATE End, [out,retval] IAppointment** pVal); 
Start
The starting date for a range in which to determine the first instance of a recurring appointment.
End
The ending date for a range in which to determine the first instance of a recurring appointment.

Remarks