Appointment.AllDayEvent Property
3/29/2010
Gets or sets a value indicating whether an Appointment occurs as an all day event. By default, Appointments occur at a particular point in the day.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public bool AllDayEvent { get; set; }
'Declaration
Public Property AllDayEvent As Boolean
Remarks
An all day event Appointment cannot be a Meeting.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
Appointment Class
Appointment Members
Microsoft.WindowsMobile.PocketOutlook Namespace