CalendarValueType Enumeration

The CalendarValueType enumeration indicates the type of an iCalendar value.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CalendarValueType
'Usage
Dim instance As CalendarValueType
[FlagsAttribute]
public enum CalendarValueType

Members

Member name Description
Unknown Indicates that the value is an xtype.
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.
Uri Indicates that the value is a URI.
UtcOffset Indicates that the value is a UTC-Offset.