AppointmentFlags Enumeration

Enumerates appointment flags.

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum AppointmentFlags
Members
  Member nameValueDescription
None0 Indicates that no specific flags are set.
AllDayEvent1 Indicates that appointment is an all day event.
See Also