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 MapiElectronicAddress getAssigner()
Specifies the group of properties that defines the display name and e-mail address of user who created task.
MapiElectronicAddress
object.public void setAssigner(MapiElectronicAddress value)
Specifies the group of properties that defines the display name and e-mail address of user who created task.
value
- a MapiElectronicAddress
object.public MapiRecipientCollection getAttendees()
Gets the attendees.
MapiRecipientCollection
object.public String getLastAssigner()
Gets or sets the name of the user that last assigned the task.
String
object.public void setLastAssigner(String value)
Gets or sets the name of the user that last assigned the task.
value
- a String
object.public void setDelegator(String value)
Gets or sets task delegator.
value
- a String
object.public String getLastUser()
Gets or sets the name of the most recent user to have been the task owner.
String
object.public void setLastUser(String value)
Gets or sets the name of the most recent user to have been the task owner.
value
- a String
object.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.
String
object.public 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.
value
- a String
object.public void setOwner(String value)
Gets or sets the name of the task owner.
value
- a String
object.public int getOwnership()
Gets or sets the role of the current user relative to the Task object.
public void setOwnership(int value)
Gets or sets the role of the current user relative to the Task object.
value
- a int.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.