|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiTaskUsers
public final class MapiTaskUsers
Represents information about task users.
Constructor Summary | |
---|---|
MapiTaskUsers()
Initializes a new instance of the MapiTaskUsers class. |
Method Summary | |
---|---|
String |
getDelegator()
Gets or sets task delegator. |
String |
getLastAssigner()
Gets or sets the name of the user that last assigned the task. |
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. |
String |
getLastUser()
Gets or sets the name of the most recent user to have been the task owner. |
String |
getOwner()
Gets or sets the name of the task owner. |
int |
getOwnership()
Gets or sets the role of the current user relative to the Task object. |
void |
setDelegator(String value)
|
void |
setLastAssigner(String value)
|
void |
setLastDelegate(String value)
|
void |
setLastUser(String value)
|
void |
setOwner(String value)
|
void |
setOwnership(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiTaskUsers()
Initializes a new instance of the MapiTaskUsers
class.
Method Detail |
---|
public String getLastAssigner()
Gets or sets the name of the user that last assigned the task.
public void setLastAssigner(String value)
public String getDelegator()
Gets or sets task delegator.
public void setDelegator(String value)
public String getLastUser()
Gets or sets the name of the most recent user to have been the task owner.
public void setLastUser(String value)
public 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.
public void setLastDelegate(String value)
public String getOwner()
Gets or sets the name of the task owner.
public void setOwner(String value)
public int getOwnership()
Gets or sets the role of the current user relative to the Task object.
public void setOwnership(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |