Platform SDK: Exchange 2000 Server

AllDayEvent Property

[This is preliminary documentation and subject to change.]

Specifies TRUE or FALSE, depending on whether an event is scheduled for an entire day.

[Visual Basic,VBScript]
Property AllDayEvent As Boolean
[C++]
HRESULT get_AllDayEvent(VARIANT_BOOL* pVal);
HRESULT put_AllDayEvent(VARIANT_BOOL pVal);
[IDL]
HRESULT [propget] AllDayEvent([out,retval] VARIANT_BOOL* pVal);
HRESULT [proput] AllDayEvent([in] VARIANT_BOOL Val);

Remarks

Setting the AllDayEvent property does not affect the start time or end time of an appointment or meeting.This property is also available as the schema field alldayevent.