public final class ExchangeTask extends Task
Represents the exchange task information.
attachmentsfield, attendeesfield, bodyfield, dueDatefield, methodfield, organizerfield, percentCompletefield, priorityfield, relatedTofield, sequeneIdfield, startDatefield, subjectfield, uidfield
Constructor and Description |
---|
ExchangeTask()
Initializes a new instance of the
ExchangeTask class. |
Modifier and Type | Method and Description |
---|---|
int |
getActualWork()
Gets or sets an actual amount of time that is spent on a task (minutes).
|
String |
getBillingInformation()
Gets or sets a billing information for the task.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getCompanies()
Gets or sets a collection of companies that are associated with a task.
|
Date |
getCompletionDate()
Gets or sets the date when the user completed work on the task.
|
String |
getMileage()
Gets or sets a mileage for a task.
|
CalendarRecurrencePattern |
getRecurrence()
Gets or sets a recurrence information for a recurring task.
|
Date |
getReminderDate()
Gets or sets a task reminder date.
|
int |
getStatus()
Gets or sets a task status.
|
String |
getTimezoneId()
Gets or sets a timezone name
|
int |
getTotalWork()
Gets or sets a total amount of work that the user expects to work on a task.
|
String |
getUniqueUri()
Gets or sets an unique uri of the task.
|
boolean |
isBodyHtml()
Gets or sets a value indicating whether the task body is html-formatted.
|
void |
setActualWork(int value)
Gets or sets an actual amount of time that is spent on a task (minutes).
|
void |
setBillingInformation(String value)
Gets or sets a billing information for the task.
|
void |
setBodyHtml(boolean value)
Gets or sets a value indicating whether the task body is html-formatted.
|
void |
setCompanies(com.aspose.ms.System.Collections.Specialized.StringCollection value)
Gets or sets a collection of companies that are associated with a task.
|
void |
setCompletionDate(Date value)
Gets or sets the date when the user completed work on the task.
|
void |
setMileage(String value)
Gets or sets a mileage for a task.
|
void |
setRecurrence(CalendarRecurrencePattern value)
Gets or sets a recurrence information for a recurring task.
|
void |
setReminderDate(Date value)
Gets or sets a task reminder date.
|
void |
setStatus(int value)
Gets or sets a task status.
|
void |
setTimezoneId(String value)
Gets or sets a timezone name
|
void |
setTotalWork(int value)
Gets or sets a total amount of work that the user expects to work on a task.
|
void |
setUniqueUri(String value)
Gets or sets an unique uri of the task.
|
MapiTask |
toMapiTask()
Converts current object to
MapiTask object. |
dispose, getAttachments, getAttendees, getBody, getDueDate, getMethod, getOrganizer, getPercentComplete, getPriority, getRelatedTo, getSequenceId, getStartDate, getSubject, getUniqueId, request, save, save, save, save, setAttachments, setAttendees, setBody, setDueDate, setMethod, setOrganizer, setPercentComplete, setPriority, setRelatedTo, setSequenceId, setStartDate, setSubject, setUniqueId
public ExchangeTask()
Initializes a new instance of the ExchangeTask
class.
public int getStatus()
Gets or sets a task status.
public void setStatus(int value)
Gets or sets a task status.
value
- a int.public int getTotalWork()
Gets or sets a total amount of work that the user expects to work on a task.
public void setTotalWork(int value)
Gets or sets a total amount of work that the user expects to work on a task.
value
- a int.public int getActualWork()
Gets or sets an actual amount of time that is spent on a task (minutes).
public void setActualWork(int value)
Gets or sets an actual amount of time that is spent on a task (minutes).
value
- a int.public void setMileage(String value)
Gets or sets a mileage for a task.
value
- a String
object.public String getBillingInformation()
Gets or sets a billing information for the task.
String
object.public void setBillingInformation(String value)
Gets or sets a billing information for the task.
value
- a String
object.public com.aspose.ms.System.Collections.Specialized.StringCollection getCompanies()
Gets or sets a collection of companies that are associated with a task.
StringCollection
object.public void setCompanies(com.aspose.ms.System.Collections.Specialized.StringCollection value)
Gets or sets a collection of companies that are associated with a task.
value
- a StringCollection
object.public CalendarRecurrencePattern getRecurrence()
Gets or sets a recurrence information for a recurring task.
CalendarRecurrencePattern
object.public void setRecurrence(CalendarRecurrencePattern value)
Gets or sets a recurrence information for a recurring task.
value
- a CalendarRecurrencePattern
object.public Date getReminderDate()
Gets or sets a task reminder date.
public void setReminderDate(Date value)
Gets or sets a task reminder date.
value
- a java$util$Date object.public boolean isBodyHtml()
Gets or sets a value indicating whether the task body is html-formatted.
public void setBodyHtml(boolean value)
Gets or sets a value indicating whether the task body is html-formatted.
value
- a boolean.public Date getCompletionDate()
Gets or sets the date when the user completed work on the task.
public void setCompletionDate(Date value)
Gets or sets the date when the user completed work on the task.
value
- a java$util$Date object.public void setTimezoneId(String value)
Gets or sets a timezone name
value
- a String
object.public String getUniqueUri()
Gets or sets an unique uri of the task.
String
object.public void setUniqueUri(String value)
Gets or sets an unique uri of the task.
value
- a String
object.public MapiTask toMapiTask()
Converts current object to MapiTask
object.
toMapiTask
in class Task
MapiTask
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.