|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiTask
public final class MapiTask
Represents the Outlook Task object.
Constructor Summary | |
---|---|
MapiTask()
Initializes a new instance of the MapiTask class. |
|
MapiTask(String subject,
String body,
Date startDate,
Date dueDate)
|
Method Summary | |
---|---|
int |
getAcceptanceState()
Gets or sets the acceptance state of the task. |
int |
getActualEffort()
Gets or sets the number of minutes that the user actually spent working on a task. |
String |
getBody()
Gets or sets message body. |
Date |
getDateCompleted()
|
Date |
getDueDate()
|
int |
getEstimatedEffort()
Gets or sets the number of minutes that the user expects to work on a task. |
int |
getFlags()
Gets the indication flags of the Task object. |
int |
getHistory()
Gets or sets the type of change that was last made to the Task object. |
Date |
getLastUpdate()
|
String |
getMessageClass()
Gets message class. |
int |
getMode()
Gets or sets the assignment status of the Task object. |
int |
getPercentComplete()
Gets or sets the progress the user has made on a task. |
MapiCalendarRecurrencePattern |
getRecurrence()
Gets or sets the recurrence properties. |
Date |
getStartDate()
|
int |
getState()
Gets or sets the current assignment state of the Task object. |
int |
getStatus()
Gets or sets the status of the user's progress on the task. |
String |
getSubject()
Gets or sets message subject. |
MapiTaskUsers |
getUsers()
Gets or sets information about task users. |
void |
setAcceptanceState(int value)
|
void |
setActualEffort(int value)
|
void |
setBody(String value)
|
void |
setDateCompleted(Date value)
|
void |
setDueDate(Date value)
|
void |
setEstimatedEffort(int value)
|
void |
setHistory(int value)
|
void |
setLastUpdate(Date value)
|
void |
setMode(int value)
|
void |
setPercentComplete(int value)
|
void |
setRecurrence(MapiCalendarRecurrencePattern value)
|
void |
setStartDate(Date value)
|
void |
setState(int value)
|
void |
setStatus(int value)
|
void |
setSubject(String value)
|
void |
setUsers(MapiTaskUsers value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiTask()
Initializes a new instance of the MapiTask
class.
public MapiTask(String subject, String body, Date startDate, Date dueDate)
Method Detail |
---|
public String getMessageClass()
Gets message class.
Value: String that represents message class.
getMessageClass
in interface IMapiMessageItem
public String getBody()
Gets or sets message body.
Value: The message body.
getBody
in interface IMapiMessageItem
public void setBody(String value)
public String getSubject()
Gets or sets message subject.
Value: The message subject.
getSubject
in interface IMapiMessageItem
public void setSubject(String value)
public int getPercentComplete()
Gets or sets the progress the user has made on a task.
public void setPercentComplete(int value)
public int getActualEffort()
Gets or sets the number of minutes that the user actually spent working on a task.
public void setActualEffort(int value)
public int getEstimatedEffort()
Gets or sets the number of minutes that the user expects to work on a task.
public void setEstimatedEffort(int value)
public Date getDueDate()
public void setDueDate(Date value)
public Date getStartDate()
public void setStartDate(Date value)
public Date getDateCompleted()
public void setDateCompleted(Date value)
public Date getLastUpdate()
public void setLastUpdate(Date value)
public MapiCalendarRecurrencePattern getRecurrence()
Gets or sets the recurrence properties.
public void setRecurrence(MapiCalendarRecurrencePattern value)
public int getHistory()
Gets or sets the type of change that was last made to the Task object.
public void setHistory(int value)
public MapiTaskUsers getUsers()
Gets or sets information about task users.
public void setUsers(MapiTaskUsers value)
public int getStatus()
Gets or sets the status of the user's progress on the task.
public void setStatus(int value)
public int getMode()
Gets or sets the assignment status of the Task object.
public void setMode(int value)
public int getState()
Gets or sets the current assignment state of the Task object.
public void setState(int value)
public int getAcceptanceState()
Gets or sets the acceptance state of the task.
public void setAcceptanceState(int value)
public int getFlags()
Gets the indication flags of the Task object.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |