Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Enumeration CalendarValueType
'Usage
Dim instance As CalendarValueType
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. |