ExchangeTask
Inheritance: java.lang.Object, com.aspose.email.Task
public final class ExchangeTask extends Task
Represents the exchange task information.
Constructors
Constructor | Description |
---|---|
ExchangeTask() | Initializes a new instance of the ExchangeTask class. |
Methods
Method | Description |
---|---|
close() | |
dispose() | Release all resources. |
equals(Object arg0) | |
getActualWork() | Gets or sets an actual amount of time that is spent on a task (minutes). |
getAttachments() | Gets or sets a collection of file attached to the task. |
getAttendees() | Gets or sets the attendees. |
getBillingInformation() | Gets or sets a billing information for the task. |
getBody() | Gets or sets a task body. |
getClass() | |
getCompanies() | Gets or sets a collection of companies that are associated with a task. |
getCompletionDate() | Gets or sets the date when the user completed work on the task. |
getDueDate() | Gets or sets the date by which the user expects work on the task to be complete. |
getMethod() | Gets or sets iTIP methods associated with an task. |
getMileage() | Gets or sets a mileage for a task. |
getOrganizer() | Gets or sets the organizer. |
getPercentComplete() | Gets or sets a pecent of task completion. |
getPriority() | Gets or sets a task priority. |
getRecurrencePattern() | Gets or sets a recurrence information for a recurring task. |
getRelatedTo() | Gets or sets a related UID |
getReminderDate() | Gets or sets a task reminder date. |
getSequenceId() | Gets or sets the sequence id. |
getStartDate() | Gets or sets a start date of task. |
getStatus() | Gets or sets a task status. |
getSubject() | Gets or sets a task subject. |
getTotalWork() | Gets or sets a total amount of work that the user expects to work on a task. |
getUniqueId() | Gets or sets unique identifier |
getUniqueUri() | Gets or sets an unique uri of the task. |
hashCode() | |
isBodyHtml() | Gets or sets a value indicating whether the task body is html-formatted. |
notify() | |
notifyAll() | |
request() | Requests the object. |
save(OutputStream stream) | Saves current object to the given stream using MSG format. |
save(OutputStream stream, int saveFormat) | Saves current object to the given stream using specified format. |
save(String filePath) | Saves current object into file using MSG format. |
save(String filePath, int saveFormat) | Saves current object into file using specified format. |
setActualWork(int value) | Gets or sets an actual amount of time that is spent on a task (minutes). |
setAttachments(AttachmentCollection value) | Gets or sets a collection of file attached to the task. |
setAttendees(MailAddressCollection value) | Gets or sets the attendees. |
setBillingInformation(String value) | Gets or sets a billing information for the task. |
setBody(String value) | Gets or sets a task body. |
setBodyHtml(boolean value) | Gets or sets a value indicating whether the task body is html-formatted. |
setCompanies(System.Collections.Specialized.StringCollection value) | Gets or sets a collection of companies that are associated with a task. |
setCompletionDate(Date value) | Gets or sets the date when the user completed work on the task. |
setDueDate(Date value) | Gets or sets the date by which the user expects work on the task to be complete. |
setMethod(int value) | Gets or sets iTIP methods associated with an task. |
setMileage(String value) | Gets or sets a mileage for a task. |
setOrganizer(MailAddress value) | Gets or sets the organizer. |
setPercentComplete(float value) | Gets or sets a pecent of task completion. |
setPriority(int value) | Gets or sets a task priority. |
setRecurrencePattern(RecurrencePattern value) | Gets or sets a recurrence information for a recurring task. |
setRelatedTo(String value) | Gets or sets a related UID |
setReminderDate(Date value) | Gets or sets a task reminder date. |
setSequenceId(int value) | Gets or sets the sequence id. |
setStartDate(Date value) | Gets or sets a start date of task. |
setStatus(int value) | Gets or sets a task status. |
setSubject(String value) | Gets or sets a task subject. |
setTotalWork(int value) | Gets or sets a total amount of work that the user expects to work on a task. |
setUniqueId(String value) | Gets or sets unique identifier |
setUniqueUri(String value) | Gets or sets an unique uri of the task. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ExchangeTask()
public ExchangeTask()
Initializes a new instance of the ExchangeTask class.
close()
public void close()
dispose()
public final void dispose()
Release all resources.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getActualWork()
public final int getActualWork()
Gets or sets an actual amount of time that is spent on a task (minutes).
Returns: int
getAttachments()
public final AttachmentCollection getAttachments()
Gets or sets a collection of file attached to the task.
Returns: AttachmentCollection
getAttendees()
public final MailAddressCollection getAttendees()
Gets or sets the attendees.
Returns: MailAddressCollection
getBillingInformation()
public final String getBillingInformation()
Gets or sets a billing information for the task.
Returns: java.lang.String
getBody()
public final String getBody()
Gets or sets a task body.
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCompanies()
public final System.Collections.Specialized.StringCollection getCompanies()
Gets or sets a collection of companies that are associated with a task.
Returns: com.aspose.ms.System.Collections.Specialized.StringCollection
getCompletionDate()
public final Date getCompletionDate()
Gets or sets the date when the user completed work on the task.
Returns: java.util.Date
getDueDate()
public final Date getDueDate()
Gets or sets the date by which the user expects work on the task to be complete.
Returns: java.util.Date
getMethod()
public final int getMethod()
Gets or sets iTIP methods associated with an task.
Returns: int
getMileage()
public final String getMileage()
Gets or sets a mileage for a task.
Returns: java.lang.String
getOrganizer()
public final MailAddress getOrganizer()
Gets or sets the organizer.
Returns: MailAddress
getPercentComplete()
public final float getPercentComplete()
Gets or sets a pecent of task completion.
Returns: float
getPriority()
public final int getPriority()
Gets or sets a task priority.
Returns: int
getRecurrencePattern()
public final RecurrencePattern getRecurrencePattern()
Gets or sets a recurrence information for a recurring task.
Returns: RecurrencePattern
getRelatedTo()
public final String getRelatedTo()
Gets or sets a related UID
Returns: java.lang.String
getReminderDate()
public final Date getReminderDate()
Gets or sets a task reminder date.
Returns: java.util.Date
getSequenceId()
public final int getSequenceId()
Gets or sets the sequence id.
Value: The sequence id.
Returns: int
getStartDate()
public final Date getStartDate()
Gets or sets a start date of task.
Returns: java.util.Date
getStatus()
public final int getStatus()
Gets or sets a task status.
Returns: int
getSubject()
public final String getSubject()
Gets or sets a task subject.
Returns: java.lang.String
getTotalWork()
public final int getTotalWork()
Gets or sets a total amount of work that the user expects to work on a task.
Returns: int
getUniqueId()
public final String getUniqueId()
Gets or sets unique identifier
Returns: java.lang.String
getUniqueUri()
public final String getUniqueUri()
Gets or sets an unique uri of the task.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isBodyHtml()
public final boolean isBodyHtml()
Gets or sets a value indicating whether the task body is html-formatted.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
request()
public final AlternateView request()
Requests the object.
Returns: AlternateView - AlternateViewAlternateView that represents the format to view an email message.
save(OutputStream stream)
public void save(OutputStream stream)
Saves current object to the given stream using MSG format.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | java.io.OutputStream | A stream to save to. |
save(OutputStream stream, int saveFormat)
public void save(OutputStream stream, int saveFormat)
Saves current object to the given stream using specified format.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | java.io.OutputStream | A stream to save to. |
saveFormat | int | A save format. |
save(String filePath)
public void save(String filePath)
Saves current object into file using MSG format.
Parameters:
Parameter | Type | Description |
---|---|---|
filePath | java.lang.String | A file name. |
save(String filePath, int saveFormat)
public void save(String filePath, int saveFormat)
Saves current object into file using specified format.
Parameters:
Parameter | Type | Description |
---|---|---|
filePath | java.lang.String | A file name. |
saveFormat | int | A save format. |
setActualWork(int value)
public final void setActualWork(int value)
Gets or sets an actual amount of time that is spent on a task (minutes).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setAttachments(AttachmentCollection value)
public final void setAttachments(AttachmentCollection value)
Gets or sets a collection of file attached to the task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AttachmentCollection |
setAttendees(MailAddressCollection value)
public final void setAttendees(MailAddressCollection value)
Gets or sets the attendees.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddressCollection |
setBillingInformation(String value)
public final void setBillingInformation(String value)
Gets or sets a billing information for the task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setBody(String value)
public final void setBody(String value)
Gets or sets a task body.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setBodyHtml(boolean value)
public final void setBodyHtml(boolean value)
Gets or sets a value indicating whether the task body is html-formatted.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setCompanies(System.Collections.Specialized.StringCollection value)
public final void setCompanies(System.Collections.Specialized.StringCollection value)
Gets or sets a collection of companies that are associated with a task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.ms.System.Collections.Specialized.StringCollection |
setCompletionDate(Date value)
public final void setCompletionDate(Date value)
Gets or sets the date when the user completed work on the task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setDueDate(Date value)
public final void setDueDate(Date value)
Gets or sets the date by which the user expects work on the task to be complete.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setMethod(int value)
public final void setMethod(int value)
Gets or sets iTIP methods associated with an task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMileage(String value)
public final void setMileage(String value)
Gets or sets a mileage for a task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setOrganizer(MailAddress value)
public final void setOrganizer(MailAddress value)
Gets or sets the organizer.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddress |
setPercentComplete(float value)
public final void setPercentComplete(float value)
Gets or sets a pecent of task completion.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setPriority(int value)
public final void setPriority(int value)
Gets or sets a task priority.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setRecurrencePattern(RecurrencePattern value)
public final void setRecurrencePattern(RecurrencePattern value)
Gets or sets a recurrence information for a recurring task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RecurrencePattern |
setRelatedTo(String value)
public final void setRelatedTo(String value)
Gets or sets a related UID
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setReminderDate(Date value)
public final void setReminderDate(Date value)
Gets or sets a task reminder date.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setSequenceId(int value)
public final void setSequenceId(int value)
Gets or sets the sequence id.
Value: The sequence id.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setStartDate(Date value)
public final void setStartDate(Date value)
Gets or sets a start date of task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setStatus(int value)
public final void setStatus(int value)
Gets or sets a task status.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSubject(String value)
public final void setSubject(String value)
Gets or sets a task subject.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTotalWork(int value)
public final void setTotalWork(int value)
Gets or sets a total amount of work that the user expects to work on a task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setUniqueId(String value)
public final void setUniqueId(String value)
Gets or sets unique identifier
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setUniqueUri(String value)
public final void setUniqueUri(String value)
Gets or sets an unique uri of the task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |