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