MeetingRequestMessageType.MeetingRequestWasSent Property

Definition

The MeetingRequestWasSent property gets or sets a Boolean value that specifies whether the meeting request that is represented by this instance of the MeetingRequestMessageType class has been sent to the requested attendees.

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

Property Value

The MeetingRequestWasSent property returns true if the meeting request that is represented by this instance of the MeetingRequestMessageType class has been sent to the requested attendees; otherwise, the property returns false.

Applies to