MapiTaskUsers Class

Represents information about task users.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiTaskUsers

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiTaskUsers

The MapiTaskUsers type exposes the following members.

Constructors
  NameDescription
Public methodMapiTaskUsers
Initializes a new instance of the MapiTaskUsers class.
Properties
  NameDescription
Public propertyAssigner
Specifies the group of properties that defines the display name and e-mail address of user who created task.
Public propertyAttendees
Gets the attendees.
Public propertyDelegator
Gets or sets task delegator.
Public propertyLastAssigner
Gets or sets the name of the user that last assigned the task.
Public propertyLastDelegate
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 propertyLastUser
Gets or sets the name of the most recent user to have been the task owner.
Public propertyOwner
Gets or sets the name of the task owner.
Public propertyOwnership
Gets or sets the role of the current user relative to the Task object.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also