Platform SDK: Exchange 2000 Server

GetNextInstance Method

[This is preliminary documentation and subject to change.]

Returns the next instance of a recurring appointment based on the start and end times from the GetFirstInstance method. Returns the first instance of a recurring appointment if not preceded by GetFirstInstance or another call to GetNextInstance.

[Visual Basic,VBScript]
Function GetNextInstance() As IAppointment
[C++]
HRESULT GetNextInstance(IAppointment** pVal);
[IDL]
HRESULT GetNextInstance([out,retval] IAppointment** pVal);

Remarks