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 |
---|---|
MapiElectronicAddress |
getAssigner()
Specifies the group of properties that
defines the display name and e-mail address of user who created task.
|
MapiRecipientCollection |
getAttendees()
Gets the attendees.
|
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 |
setAssigner(MapiElectronicAddress value)
Specifies the group of properties that
defines the display name and e-mail address of user who created task.
|
void |
setDelegator(String value)
Gets or sets task delegator.
|
void |
setLastAssigner(String value)
Gets or sets the name of the user
that last assigned the task.
|
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.
|
void |
setLastUser(String value)
Gets or sets the name of the most recent user
to have been the task owner.
|
void |
setOwner(String value)
Gets or sets the name of the task owner.
|
void |
setOwnership(int value)
Gets or sets the role of the current user
relative to the Task object.
|
public MapiTaskUsers()
Initializes a new instance of the MapiTaskUsers
class.
public final MapiElectronicAddress getAssigner()
Specifies the group of properties that defines the display name and e-mail address of user who created task.
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.
public final MapiRecipientCollection getAttendees()
Gets the attendees.
public final String getLastAssigner()
Gets or sets the name of the user that last assigned the task.
public final void setLastAssigner(String value)
Gets or sets the name of the user that last assigned the task.
public final String getDelegator()
Gets or sets task delegator.
public final void setDelegator(String value)
Gets or sets task delegator.
public final String getLastUser()
Gets or sets the name of the most recent user to have been the task owner.
public final void setLastUser(String value)
Gets or sets the name of the most recent user to have been the task owner.
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.
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.
public final String getOwner()
Gets or sets the name of the task owner.
public final void setOwner(String value)
Gets or sets the name of the task owner.
public final int getOwnership()
Gets or sets the role of the current user relative to the Task object.
public final void setOwnership(int value)
Gets or sets the role of the current user relative to the Task object.