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.
|
RecurrencePattern |
getRecurrencePattern()
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()
Deprecated.
This property is obsolete and will be removed soon. Please use IEWSClient.TimezoneId instead.
|
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 |
save(OutputStream stream,
int saveFormat)
Saves current object to the given stream using specified format.
|
void |
save(String filePath,
int saveFormat)
Saves current object into file using specified format.
|
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 |
setRecurrencePattern(RecurrencePattern 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)
Deprecated.
This property is obsolete and will be removed soon. Please use IEWSClient.TimezoneId instead.
|
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.
|
dispose, getAttachments, getAttendees, getBody, getDueDate, getMethod, getOrganizer, getPercentComplete, getPriority, getRelatedTo, getSequenceId, getStartDate, getSubject, getUniqueId, request, 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 final int getStatus()
Gets or sets a task status.
public final void setStatus(int value)
Gets or sets a task status.
public final int getTotalWork()
Gets or sets a total amount of work that the user expects to work on a task.
public final void setTotalWork(int value)
Gets or sets a total amount of work that the user expects to work on a task.
public final int getActualWork()
Gets or sets an actual amount of time that is spent on a task (minutes).
public final void setActualWork(int value)
Gets or sets an actual amount of time that is spent on a task (minutes).
public final String getMileage()
Gets or sets a mileage for a task.
public final void setMileage(String value)
Gets or sets a mileage for a task.
public final String getBillingInformation()
Gets or sets a billing information for the task.
public final void setBillingInformation(String value)
Gets or sets a billing information for the task.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getCompanies()
Gets or sets a collection of companies that are associated with a task.
public final void setCompanies(com.aspose.ms.System.Collections.Specialized.StringCollection value)
Gets or sets a collection of companies that are associated with a task.
public final RecurrencePattern getRecurrencePattern()
Gets or sets a recurrence information for a recurring task.
public final void setRecurrencePattern(RecurrencePattern value)
Gets or sets a recurrence information for a recurring task.
public final Date getReminderDate()
Gets or sets a task reminder date.
public final void setReminderDate(Date value)
Gets or sets a task reminder date.
public final boolean isBodyHtml()
Gets or sets a value indicating whether the task body is html-formatted.
public final void setBodyHtml(boolean value)
Gets or sets a value indicating whether the task body is html-formatted.
public final Date getCompletionDate()
Gets or sets the date when the user completed work on the task.
public final void setCompletionDate(Date value)
Gets or sets the date when the user completed work on the task.
@Deprecated public final String getTimezoneId()
Gets or sets a timezone name
@Deprecated public final void setTimezoneId(String value)
Gets or sets a timezone name
public final String getUniqueUri()
Gets or sets an unique uri of the task.
public final void setUniqueUri(String value)
Gets or sets an unique uri of the task.
public void save(OutputStream stream, int saveFormat)
Saves current object to the given stream using specified format.