AppointmentTransparency Enumeration |
Specifies whether or not this appointment is intended to be visible in availability searches.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum AppointmentTransparency
Public Enumeration AppointmentTransparency
public enum class AppointmentTransparency
type AppointmentTransparency
Members
| Member name | Value | Description |
---|
| NotDefined | -1 |
Value is not defined
|
| Transparent | 0 |
Appointment is transparent
|
| Opaque | 2 |
Appointment is opaque
|
See Also