MapiCalendarTimeZoneFlags Enumeration |
Enumerates the individual bit flags that specify information about TimeZoneRule
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax[FlagsAttribute]
public enum MapiCalendarTimeZoneFlags
<FlagsAttribute>
Public Enumeration MapiCalendarTimeZoneFlags
[FlagsAttribute]
public enum class MapiCalendarTimeZoneFlags
[<FlagsAttribute>]
type MapiCalendarTimeZoneFlags
Members
| Member name | Value | Description |
---|
| TZRULE_FLAG_RECUR_CURRENT_TZREG | 1 |
Indicates that this rule is associated with a recurring series.
|
| TZRULE_FLAG_EFFECTIVE_TZREG | 2 |
This flag indicates that this rule is the effective rule.
|
See Also