UpdateItemType.SendMeetingInvitationsOrCancellationsSpecified Property

Definition

The SendMeetingInvitationsOrCancellationsSpecified property gets or sets a Boolean value that specifies whether the SendMeetingInvitationsOrCancellations property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the SendMeetingInvitationsOrCancellations property is set. This is a read/write property.

public:
 property bool SendMeetingInvitationsOrCancellationsSpecified { bool get(); void set(bool value); };
public bool SendMeetingInvitationsOrCancellationsSpecified { get; set; }
Public Property SendMeetingInvitationsOrCancellationsSpecified As Boolean

Property Value

The SendMeetingInvitationsOrCancellationsSpecified property returns true if the SendMeetingInvitationsOrCancellations property is serialized into the SOAP request; otherwise, the property returns false.

Applies to