Platform SDK: Exchange 2000 Server |
[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);