Class MapiCalendarAttendees

MapiCalendarAttendees class

Represents the attendees and related properties for a MAPI calendar item (meeting request, appointment). This class manages recipient information for calendar events, including required and optional attendees, unsendable recipients, and meeting-specific options like proposal restrictions.

public sealed class MapiCalendarAttendees

Constructors

NameDescription
MapiCalendarAttendees()Initializes a new instance of the MapiCalendarAttendees class

Properties

NameDescription
AppointmentRecipients { get; set; }Gets or sets a list of attendees.
AppointmentUnsendableRecipients { get; set; }Gets or sets a list of unsendable attendees.
NotAllowPropose { get; set; }Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
ResponseRequested { get; set; }Gets or sets a value indicating whether a response is requested to a Message object.

Remarks

This class is used with MapiCalendar to manage meeting attendees and their properties. The AppointmentRecipients collection contains the main attendees, while AppointmentUnsendableRecipients contains recipients that cannot be sent to directly. The !:AppointmentNotAllowPropose property controls whether attendees can propose new meeting times, and ResponseRequested indicates if a response is expected.

See Also