Partilhar via


CalendarItemType.IsMeetingSpecified Property

The IsMeetingSpecified property gets or sets a Boolean value that specifies whether the IsMeeting property is serialized into the SOAP request. This property is required if the IsMeeting property is specified.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsMeetingSpecified As Boolean
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean

value = instance.IsMeetingSpecified

instance.IsMeetingSpecified = value
public bool IsMeetingSpecified { get; set; }

Property Value

Type: System.Boolean
The IsMeetingSpecified property returns true if the IsMeeting property is serialized into the SOAP request; otherwise, the property returns false.