CalendarValueType Enumeration
The CalendarValueType enumeration indicates the type of an iCalendar value.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CalendarValueType
[FlagsAttribute]
public enum CalendarValueType
[FlagsAttribute]
public enum class CalendarValueType
/** @attribute FlagsAttribute() */
public enum CalendarValueType
FlagsAttribute
public enum CalendarValueType
Members
Member name | Description |
---|---|
Binary | Indicates that the value is binary. |
Boolean | Indicates that the value is Boolean. |
CalAddress | Indicates that the value is a CalAddress. |
Date | Indicates that the value is a Date. |
DateTime | Indicates that the value is a DateTime. |
Duration | Indicates that the value is a Duration. |
Float | Indicates that the value is a Float. |
Integer | Indicates that the value is an Integer. |
Period | Indicates that the value is a Period. |
Recurrence | Indicates that the value is a Recurrence. |
Text | Indicates that the value is text. |
Time | Indicates that the value is a Time. |
Unknown | Indicates that the value is an xtype. |
Uri | Indicates that the value is a URI. |
UtcOffset | Indicates that the value is a UTC-Offset. |
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)