public final class MapiTaskUsers extends Object
Represents information about task users.
Constructor and Description |
---|
MapiTaskUsers()
Initializes a new instance of the
MapiTaskUsers class. |
Modifier and Type | Method and Description |
---|---|
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) |
public MapiTaskUsers()
Initializes a new instance of the MapiTaskUsers
class.
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)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.