_AppointmentItem.AllDayEvent Property
Returns True if the appointment is an all-day event (as opposed to a specified time). Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property AllDayEvent As Boolean
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean
value = instance.AllDayEvent
instance.AllDayEvent = value
[DispIdAttribute()]
bool AllDayEvent { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace