MapiCalendarAttendees

Inheritance: java.lang.Object

public final class MapiCalendarAttendees

Represents the mapi calendar attendees

Constructors

ConstructorDescription
MapiCalendarAttendees()Initializes a new instance of the MapiCalendarAttendees class

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueMapiRecipientCollection

setAppointmentUnsendableRecipients(MapiRecipientCollection value)

public final void setAppointmentUnsendableRecipients(MapiRecipientCollection value)

Gets or sets a list of unsendable attendees.

Parameters:

ParameterTypeDescription
valueMapiRecipientCollection

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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int