CreateItemType.SendMeetingInvitations Property
The SendMeetingInvitations property gets or sets an enumeration that describes how meeting requests are handled after they are created. This property is required for calendar items.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SendMeetingInvitations As CalendarItemCreateOrDeleteOperationType
Get
Set
'Usage
Dim instance As CreateItemType
Dim value As CalendarItemCreateOrDeleteOperationType
value = instance.SendMeetingInvitations
instance.SendMeetingInvitations = value
public CalendarItemCreateOrDeleteOperationType SendMeetingInvitations { get; set; }
Property Value
Type: ExchangeWebServices.CalendarItemCreateOrDeleteOperationType
The SendMeetingInvitations property returns a CalendarItemCreateOrDeleteOperationType enumeration value that represents how meeting requests are handled.
Remarks
You must set the SendMeetingInvitationsSpecified property to true so that the SendMeetingInvitations property is serialized into the Simple Object Access Protocol (SOAP) request.
See Also