Modifier and Type | Field and Description |
---|---|
protected MapiRecipientCollection |
MapiMessageItemBase.recipients
The collection of recipients.
|
Modifier and Type | Method and Description |
---|---|
MapiRecipientCollection |
MapiCalendarAttendees.getAppointmentRecipients()
Gets or sets a list of attendees.
|
MapiRecipientCollection |
MapiCalendarAttendees.getAppointmentUnsendableRecipients()
Gets or sets a list of unsendable attendees.
|
MapiRecipientCollection |
MapiTaskUsers.getAttendees()
Gets the attendees.
|
MapiRecipientCollection |
MapiMessageItemBase.getRecipients()
Gets the recipients of the message.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiCalendarAttendees.setAppointmentRecipients(MapiRecipientCollection value)
Gets or sets a list of attendees.
|
void |
MapiCalendarAttendees.setAppointmentUnsendableRecipients(MapiRecipientCollection value)
Gets or sets a list of unsendable attendees.
|
void |
MapiMessageItemBase.setRecipients(MapiRecipientCollection value)
Gets the recipients of the message.
|
Constructor and Description |
---|
MapiCalendar(String location,
String summary,
String description,
Date startDate,
Date endDate,
String organizer,
MapiRecipientCollection attendees)
Initializes a new instance of the
MapiCalendar class. |