com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeTask

  • All Implemented Interfaces:
    com.aspose.ms.System.IDisposable


    public final class ExchangeTask
    extends Task

    Represents the exchange task information.

    • Constructor Detail

      • ExchangeTask

        public ExchangeTask()

        Initializes a new instance of the ExchangeTask class.

    • Method Detail

      • getStatus

        public final int getStatus()

        Gets or sets a task status.

      • setStatus

        public final void setStatus(int value)

        Gets or sets a task status.

      • getTotalWork

        public final int getTotalWork()

        Gets or sets a total amount of work that the user expects to work on a task.

      • setTotalWork

        public final void setTotalWork(int value)

        Gets or sets a total amount of work that the user expects to work on a task.

      • getActualWork

        public final int getActualWork()

        Gets or sets an actual amount of time that is spent on a task (minutes).

      • setActualWork

        public final void setActualWork(int value)

        Gets or sets an actual amount of time that is spent on a task (minutes).

      • getMileage

        public final String getMileage()

        Gets or sets a mileage for a task.

      • setMileage

        public final void setMileage(String value)

        Gets or sets a mileage for a task.

      • getBillingInformation

        public final String getBillingInformation()

        Gets or sets a billing information for the task.

      • setBillingInformation

        public final void setBillingInformation(String value)

        Gets or sets a billing information for the task.

      • getCompanies

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getCompanies()

        Gets or sets a collection of companies that are associated with a task.

      • setCompanies

        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.

      • getRecurrencePattern

        public final RecurrencePattern getRecurrencePattern()

        Gets or sets a recurrence information for a recurring task.

      • setRecurrencePattern

        public final void setRecurrencePattern(RecurrencePattern value)

        Gets or sets a recurrence information for a recurring task.

      • getReminderDate

        public final Date getReminderDate()

        Gets or sets a task reminder date.

      • setReminderDate

        public final void setReminderDate(Date value)

        Gets or sets a task reminder date.

      • isBodyHtml

        public final boolean isBodyHtml()

        Gets or sets a value indicating whether the task body is html-formatted.

      • setBodyHtml

        public final void setBodyHtml(boolean value)

        Gets or sets a value indicating whether the task body is html-formatted.

      • getCompletionDate

        public final Date getCompletionDate()

        Gets or sets the date when the user completed work on the task.

      • setCompletionDate

        public final void setCompletionDate(Date value)

        Gets or sets the date when the user completed work on the task.

      • getTimezoneId

        @Deprecated
        public final String getTimezoneId()
        Deprecated. This property is obsolete and will be removed soon. Please use IEWSClient.TimezoneId instead.

        Gets or sets a timezone name

      • setTimezoneId

        @Deprecated
        public final void setTimezoneId(String value)
        Deprecated. This property is obsolete and will be removed soon. Please use IEWSClient.TimezoneId instead.

        Gets or sets a timezone name

      • getUniqueUri

        public final String getUniqueUri()

        Gets or sets an unique uri of the task.

      • setUniqueUri

        public final void setUniqueUri(String value)

        Gets or sets an unique uri of the task.

      • save

        public void save(OutputStream stream,
                int saveFormat)

        Saves current object to the given stream using specified format.

        Overrides:
        save in class Task
        Parameters:
        stream - A stream to save to.
        saveFormat - A save format.
      • save

        public void save(String filePath,
                int saveFormat)

        Saves current object into file using specified format.

        Overrides:
        save in class Task
        Parameters:
        filePath - A file name.
        saveFormat - A save format.