|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiCalendarAttendees
public final class MapiCalendarAttendees
Represents the mapi calendar attendees
Constructor Summary | |
---|---|
MapiCalendarAttendees()
Initializes a new instance of the MapiCalendarAttendees class |
Method Summary | |
---|---|
MapiRecipientCollection |
getAppointmentRecipients()
Gets or sets a list of 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)
|
void |
setNotAllowPropose(boolean value)
|
void |
setResponseRequested(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiCalendarAttendees()
Initializes a new instance of the MapiCalendarAttendees
class
Method Detail |
---|
public boolean getResponseRequested()
Gets or sets a value indicating whether a response is requested to a Message object.
public void setResponseRequested(boolean value)
public 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 void setNotAllowPropose(boolean value)
public MapiRecipientCollection getAppointmentRecipients()
Gets or sets a list of attendees.
public void setAppointmentRecipients(MapiRecipientCollection value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |