com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiTaskUsers



  • public final class MapiTaskUsers
    extends Object

    Represents information about task users.

    • Constructor Detail

      • MapiTaskUsers

        public MapiTaskUsers()

        Initializes a new instance of the MapiTaskUsers class.

    • Method Detail

      • getAssigner

        public final MapiElectronicAddress getAssigner()

        Specifies the group of properties that defines the display name and e-mail address of user who created task.

      • setAssigner

        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.

      • getLastAssigner

        public final String getLastAssigner()

        Gets or sets the name of the user that last assigned the task.

      • setLastAssigner

        public final void setLastAssigner(String value)

        Gets or sets the name of the user that last assigned the task.

      • getDelegator

        public final String getDelegator()

        Gets or sets task delegator.

      • setDelegator

        public final void setDelegator(String value)

        Gets or sets task delegator.

      • getLastUser

        public final String getLastUser()

        Gets or sets the name of the most recent user to have been the task owner.

      • setLastUser

        public final void setLastUser(String value)

        Gets or sets the name of the most recent user to have been the task owner.

      • getLastDelegate

        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.

      • setLastDelegate

        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.

      • getOwner

        public final String getOwner()

        Gets or sets the name of the task owner.

      • setOwner

        public final void setOwner(String value)

        Gets or sets the name of the task owner.

      • getOwnership

        public final int getOwnership()

        Gets or sets the role of the current user relative to the Task object.

      • setOwnership

        public final void setOwnership(int value)

        Gets or sets the role of the current user relative to the Task object.