MapiCalendarAttendees
Inheritance: java.lang.Object
public final class MapiCalendarAttendees
Represents the mapi calendar attendees
Constructors
Constructor | Description |
---|---|
MapiCalendarAttendees() | Initializes a new instance of the MapiCalendarAttendees class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAppointmentRecipients() | Gets or sets a list of attendees. |
getAppointmentUnsendableRecipients() | Gets or sets a list of unsendable attendees. |
getClass() | |
getNotAllowPropose() | Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting. |
getResponseRequested() | Gets or sets a value indicating whether a response is requested to a Message object. |
hashCode() | |
notify() | |
notifyAll() | |
setAppointmentRecipients(MapiRecipientCollection value) | Gets or sets a list of attendees. |
setAppointmentUnsendableRecipients(MapiRecipientCollection value) | Gets or sets a list of unsendable attendees. |
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. |
setResponseRequested(boolean value) | Gets or sets a value indicating whether a response is requested to a Message object. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiCalendarAttendees()
public MapiCalendarAttendees()
Initializes a new instance of the MapiCalendarAttendees class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAppointmentRecipients()
public final MapiRecipientCollection getAppointmentRecipients()
Gets or sets a list of attendees.
Returns: MapiRecipientCollection
getAppointmentUnsendableRecipients()
public final MapiRecipientCollection getAppointmentUnsendableRecipients()
Gets or sets a list of unsendable attendees.
Returns: MapiRecipientCollection
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getNotAllowPropose()
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.
Returns: boolean
getResponseRequested()
public final boolean getResponseRequested()
Gets or sets a value indicating whether a response is requested to a Message object.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAppointmentRecipients(MapiRecipientCollection value)
public final void setAppointmentRecipients(MapiRecipientCollection value)
Gets or sets a list of attendees.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapiRecipientCollection |
setAppointmentUnsendableRecipients(MapiRecipientCollection value)
public final void setAppointmentUnsendableRecipients(MapiRecipientCollection value)
Gets or sets a list of unsendable attendees.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapiRecipientCollection |
setNotAllowPropose(boolean value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setResponseRequested(boolean value)
public final void setResponseRequested(boolean value)
Gets or sets a value indicating whether a response is requested to a Message object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |