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