CreateItemType.SendMeetingInvitations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.