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.
|
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) |
public MapiCalendarAttendees()
Initializes a new instance of the MapiCalendarAttendees
class
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)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.