CalendarItemType.CalendarItemType1Specified Property
The CalendarItemType1Specified property gets or sets a Boolean value that specifies whether the CalendarItemType1 property is serialized into the SOAP request. This property is required if the CalendarItemType1 property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CalendarItemType1Specified As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean
value = instance.CalendarItemType1Specified
instance.CalendarItemType1Specified = value
public bool CalendarItemType1Specified { get; set; }
Property Value
Type: System.Boolean
The CalendarItemType1Specified property returns true if the CalendarItemType1 property is serialized into the SOAP request; otherwise, the property returns false.
See Also