MeetingRequestMessageType.MeetingRequestWasSent 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 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.