MapiTaskOwnership Enumeration |
Indicates the role of the current user
relative to the Task object.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum MapiTaskOwnership
Public Enumeration MapiTaskOwnership
public enum class MapiTaskOwnership
Members
| Member name | Value | Description |
---|
| NotAssigned | 0 |
The Task object is not assigned.
|
| AssignersCopy | 1 |
The Task object is the task assigner's
copy of the Task object.
|
| AssigneesCopy | 2 |
The Task object is the task assignee's
copy of the Task object.
|
See Also