CalendarItemType.IsMeeting 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 IsMeeting property gets or sets a Boolean value that indicates whether the calendar item is a meeting or appointment.
public:
property bool IsMeeting { bool get(); void set(bool value); };
public bool IsMeeting { get; set; }
Public Property IsMeeting As Boolean
Property Value
The IsMeeting property returns true if the calendar item is a meeting; otherwise, the property returns false.