CalendarItemType.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 indicates whether a meeting request has been sent to 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 a meeting request has been sent for this meeting; otherwise, the property returns false.