Class MapiTaskUsers

MapiTaskUsers class

Represents information about task users.

public sealed class MapiTaskUsers

Constructors

NameDescription
MapiTaskUsers()Initializes a new instance of the MapiTaskUsers class.

Properties

NameDescription
Assigner { get; set; }Specifies the group of properties that defines the display name and e-mail address of user who created task.
Attendees { get; }Gets the attendees.
Delegator { get; set; }Gets or sets task delegator.
LastAssigner { get; set; }Gets or sets the name of the user that last assigned the task.
LastDelegate { get; set; }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.
LastUser { get; set; }Gets or sets the name of the most recent user to have been the task owner.
Owner { get; set; }Gets or sets the name of the task owner.
Ownership { get; set; }Gets or sets the role of the current user relative to the Task object.

See Also