Platform SDK: Exchange 2000 Server

StartTime Property

[This is preliminary documentation and subject to change.]

Contains the starting time for an appointment.

[Visual Basic,VBScript]
Property StartTime As Date
[C++]
HRESULT get_StartTime(DATE* pVal);
HRESULT put_StartTime(DATE Val);
[IDL]
HRESULT [propget] StartTime([out,retval] Date* pVal);
HRESULT [proput] StartTime([in] BSTR Val);

Remarks

An appointment must have a start time. You can optionally specify either an EndTime or a Duration.

property is also available as the schema field dtstart.