CalendarItemType.CalendarItemType1 Property
The CalendarItemType1 property gets or sets one of the valid CalendarItemTypeType enumeration values that represents the type of a calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CalendarItemType1 As CalendarItemTypeType
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As CalendarItemTypeType
value = instance.CalendarItemType1
instance.CalendarItemType1 = value
public CalendarItemTypeType CalendarItemType1 { get; set; }
Property Value
Type: ExchangeWebServices.CalendarItemTypeType
The CalendarItemType1 property returns one of the valid CalendarItemTypeType enumeration values that represents the type of a calendar item.
See Also