ExchangeTask

Inheritance: java.lang.Object, com.aspose.email.Task

public final class ExchangeTask extends Task

Represents the exchange task information.

Constructors

ConstructorDescription
ExchangeTask()Initializes a new instance of the ExchangeTask class.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
streamjava.io.OutputStreamA 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:

ParameterTypeDescription
streamjava.io.OutputStreamA stream to save to.
saveFormatintA save format.

save(String filePath)

public void save(String filePath)

Saves current object into file using MSG format.

Parameters:

ParameterTypeDescription
filePathjava.lang.StringA file name.

save(String filePath, int saveFormat)

public void save(String filePath, int saveFormat)

Saves current object into file using specified format.

Parameters:

ParameterTypeDescription
filePathjava.lang.StringA file name.
saveFormatintA 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:

ParameterTypeDescription
valueint

setAttachments(AttachmentCollection value)

public final void setAttachments(AttachmentCollection value)

Gets or sets a collection of file attached to the task.

Parameters:

ParameterTypeDescription
valueAttachmentCollection

setAttendees(MailAddressCollection value)

public final void setAttendees(MailAddressCollection value)

Gets or sets the attendees.

Parameters:

ParameterTypeDescription
valueMailAddressCollection

setBillingInformation(String value)

public final void setBillingInformation(String value)

Gets or sets a billing information for the task.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setBody(String value)

public final void setBody(String value)

Gets or sets a task body.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valuecom.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.util.Date

setMethod(int value)

public final void setMethod(int value)

Gets or sets iTIP methods associated with an task.

Parameters:

ParameterTypeDescription
valueint

setMileage(String value)

public final void setMileage(String value)

Gets or sets a mileage for a task.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOrganizer(MailAddress value)

public final void setOrganizer(MailAddress value)

Gets or sets the organizer.

Parameters:

ParameterTypeDescription
valueMailAddress

setPercentComplete(float value)

public final void setPercentComplete(float value)

Gets or sets a pecent of task completion.

Parameters:

ParameterTypeDescription
valuefloat

setPriority(int value)

public final void setPriority(int value)

Gets or sets a task priority.

Parameters:

ParameterTypeDescription
valueint

setRecurrencePattern(RecurrencePattern value)

public final void setRecurrencePattern(RecurrencePattern value)

Gets or sets a recurrence information for a recurring task.

Parameters:

ParameterTypeDescription
valueRecurrencePattern

setRelatedTo(String value)

public final void setRelatedTo(String value)

Gets or sets a related UID

Parameters:

ParameterTypeDescription
valuejava.lang.String

setReminderDate(Date value)

public final void setReminderDate(Date value)

Gets or sets a task reminder date.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setSequenceId(int value)

public final void setSequenceId(int value)

Gets or sets the sequence id.

Value: The sequence id.

Parameters:

ParameterTypeDescription
valueint

setStartDate(Date value)

public final void setStartDate(Date value)

Gets or sets a start date of task.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setStatus(int value)

public final void setStatus(int value)

Gets or sets a task status.

Parameters:

ParameterTypeDescription
valueint

setSubject(String value)

public final void setSubject(String value)

Gets or sets a task subject.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueint

setUniqueId(String value)

public final void setUniqueId(String value)

Gets or sets unique identifier

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUniqueUri(String value)

public final void setUniqueUri(String value)

Gets or sets an unique uri of the task.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int