public final class MapiCalendarAttendees extends Object
Represents the mapi calendar attendees
Constructor and Description |
---|
MapiCalendarAttendees()
Initializes a new instance of the
MapiCalendarAttendees class |
Modifier and Type | Method and Description |
---|---|
MapiRecipientCollection |
getAppointmentRecipients()
Gets or sets a list of attendees.
|
MapiRecipientCollection |
getAppointmentUnsendableRecipients()
Gets or sets a list of unsendable attendees.
|
boolean |
getNotAllowPropose()
Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
|
boolean |
getResponseRequested()
Gets or sets a value indicating whether a response is requested to a Message object.
|
void |
setAppointmentRecipients(MapiRecipientCollection value)
Gets or sets a list of attendees.
|
void |
setAppointmentUnsendableRecipients(MapiRecipientCollection value)
Gets or sets a list of unsendable attendees.
|
void |
setNotAllowPropose(boolean value)
Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
|
void |
setResponseRequested(boolean value)
Gets or sets a value indicating whether a response is requested to a Message object.
|
public MapiCalendarAttendees()
Initializes a new instance of the MapiCalendarAttendees
class
public final boolean getResponseRequested()
Gets or sets a value indicating whether a response is requested to a Message object.
public final void setResponseRequested(boolean value)
Gets or sets a value indicating whether a response is requested to a Message object.
public final boolean getNotAllowPropose()
Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
public final void setNotAllowPropose(boolean value)
Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
public final MapiRecipientCollection getAppointmentRecipients()
Gets or sets a list of attendees.
public final void setAppointmentRecipients(MapiRecipientCollection value)
Gets or sets a list of attendees.
public final MapiRecipientCollection getAppointmentUnsendableRecipients()
Gets or sets a list of unsendable attendees.
public final void setAppointmentUnsendableRecipients(MapiRecipientCollection value)
Gets or sets a list of unsendable attendees.