AllDayEvent Property

Topic Last Modified: 2006-06-13

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

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property AllDayEvent As Boolean
HRESULT get_AllDayEvent(VARIANT_BOOL* pVal);HRESULT put_AllDayEvent(VARIANT_BOOL pVal);

Parameters

  • pVal
    Returns the value of the AllDayEvent property as a reference to a VARIANT_BOOL.
  • pVal
    Sets the value of the property to the value of the VARIANT_BOOL.

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 alldayevent Field in the Exchange store schema.