MapiTaskUsers

Inheritance: java.lang.Object

public final class MapiTaskUsers

Represents information about task users.

Constructors

ConstructorDescription
MapiTaskUsers()Initializes a new instance of the MapiTaskUsers class.

Methods

MethodDescription
equals(Object arg0)
getAssigner()Specifies the group of properties that defines the display name and e-mail address of user who created task.
getAttendees()Gets the attendees.
getClass()
getDelegator()Gets or sets task delegator.
getLastAssigner()Gets or sets the name of the user that last assigned the task.
getLastDelegate()Gets or sets the name of the mailbox’s delegate who most recently assigned the task, or an empty string if there is no delegate.
getLastUser()Gets or sets the name of the most recent user to have been the task owner.
getOwner()Gets or sets the name of the task owner.
getOwnership()Gets or sets the role of the current user relative to the Task object.
hashCode()
notify()
notifyAll()
setAssigner(MapiElectronicAddress value)Specifies the group of properties that defines the display name and e-mail address of user who created task.
setDelegator(String value)Gets or sets task delegator.
setLastAssigner(String value)Gets or sets the name of the user that last assigned the task.
setLastDelegate(String value)Gets or sets the name of the mailbox’s delegate who most recently assigned the task, or an empty string if there is no delegate.
setLastUser(String value)Gets or sets the name of the most recent user to have been the task owner.
setOwner(String value)Gets or sets the name of the task owner.
setOwnership(int value)Gets or sets the role of the current user relative to the Task object.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiTaskUsers()

public MapiTaskUsers()

Initializes a new instance of the MapiTaskUsers class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAssigner()

public final MapiElectronicAddress getAssigner()

Specifies the group of properties that defines the display name and e-mail address of user who created task.

Returns: MapiElectronicAddress

getAttendees()

public final MapiRecipientCollection getAttendees()

Gets the attendees.

Returns: MapiRecipientCollection

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDelegator()

public final String getDelegator()

Gets or sets task delegator.

Returns: java.lang.String

getLastAssigner()

public final String getLastAssigner()

Gets or sets the name of the user that last assigned the task.

Returns: java.lang.String

getLastDelegate()

public final String getLastDelegate()

Gets or sets the name of the mailbox’s delegate who most recently assigned the task, or an empty string if there is no delegate.

Returns: java.lang.String

getLastUser()

public final String getLastUser()

Gets or sets the name of the most recent user to have been the task owner.

Returns: java.lang.String

getOwner()

public final String getOwner()

Gets or sets the name of the task owner.

Returns: java.lang.String

getOwnership()

public final int getOwnership()

Gets or sets the role of the current user relative to the Task object.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAssigner(MapiElectronicAddress value)

public final void setAssigner(MapiElectronicAddress value)

Specifies the group of properties that defines the display name and e-mail address of user who created task.

Parameters:

ParameterTypeDescription
valueMapiElectronicAddress

setDelegator(String value)

public final void setDelegator(String value)

Gets or sets task delegator.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setLastAssigner(String value)

public final void setLastAssigner(String value)

Gets or sets the name of the user that last assigned the task.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setLastDelegate(String value)

public final void setLastDelegate(String value)

Gets or sets the name of the mailbox’s delegate who most recently assigned the task, or an empty string if there is no delegate.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setLastUser(String value)

public final void setLastUser(String value)

Gets or sets the name of the most recent user to have been the task owner.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOwner(String value)

public final void setOwner(String value)

Gets or sets the name of the task owner.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOwnership(int value)

public final void setOwnership(int value)

Gets or sets the role of the current user relative to the Task object.

Parameters:

ParameterTypeDescription
valueint

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