com.aspose.email
Class MapiTaskUsers

java.lang.Object
  extended by com.aspose.email.MapiTaskUsers

public final class MapiTaskUsers
extends Object

Represents information about task users.


Constructor Summary
MapiTaskUsers()
           Initializes a new instance of the MapiTaskUsers class.
 
Method Summary
 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 setDelegator(String value)
           
 void setLastAssigner(String value)
           
 void setLastDelegate(String value)
           
 void setLastUser(String value)
           
 void setOwner(String value)
           
 void setOwnership(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiTaskUsers

public MapiTaskUsers()

Initializes a new instance of the MapiTaskUsers class.

Method Detail

getLastAssigner

public String getLastAssigner()

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


setLastAssigner

public void setLastAssigner(String value)

getDelegator

public String getDelegator()

Gets or sets task delegator.


setDelegator

public void setDelegator(String value)

getLastUser

public String getLastUser()

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


setLastUser

public void setLastUser(String value)

getLastDelegate

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.


setLastDelegate

public void setLastDelegate(String value)

getOwner

public String getOwner()

Gets or sets the name of the task owner.


setOwner

public void setOwner(String value)

getOwnership

public int getOwnership()

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


setOwnership

public void setOwnership(int value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.