CreateItemType.SendMeetingInvitations Property

Definition

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.

public:
 property ExchangeWebServices::CalendarItemCreateOrDeleteOperationType SendMeetingInvitations { ExchangeWebServices::CalendarItemCreateOrDeleteOperationType get(); void set(ExchangeWebServices::CalendarItemCreateOrDeleteOperationType value); };
public ExchangeWebServices.CalendarItemCreateOrDeleteOperationType SendMeetingInvitations { get; set; }
Public Property SendMeetingInvitations As CalendarItemCreateOrDeleteOperationType

Property Value

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.

Applies to