ExchangeTask
Contents
[
Hide
]ExchangeTask class
Inherits: Aspose::Email::Calendar::Task
Represents the exchange task information.
Constructors
| Name | Description |
|---|---|
| ExchangeTask | Initializes a new instance of the ExchangeTask class. |
Methods
| Name | Description |
|---|---|
| get_ActualWork | Gets an actual amount of time that is spent on a task (minutes). |
| get_BillingInformation | Gets a billing information for the task. |
| get_Companies | Gets a collection of companies that are associated with a task. |
| get_CompletionDate | Gets the date when the user completed work on the task. |
| get_IsBodyHtml | Gets a value indicating whether the task body is html-formatted. |
| get_Mileage | Gets a mileage for a task. |
| get_RecurrencePattern | Gets a recurrence information for a recurring task. |
| get_ReminderDate | Gets a task reminder date. |
| get_Status | Gets a task status. |
| get_TotalWork | Gets a total amount of work that the user expects to work on a task. |
| get_UniqueUri | Gets an unique uri of the task. |
| Save (2 overloads) | Saves current object to the given stream using specified format. |
| set_ActualWork | Sets an actual amount of time that is spent on a task (minutes). |
| set_BillingInformation | Sets a billing information for the task. |
| set_Companies | Sets a collection of companies that are associated with a task. |
| set_CompletionDate | Sets the date when the user completed work on the task. |
| set_IsBodyHtml | Sets a value indicating whether the task body is html-formatted. |
| set_Mileage | Sets a mileage for a task. |
| set_RecurrencePattern | Sets a recurrence information for a recurring task. |
| set_ReminderDate | Sets a task reminder date. |
| set_Status | Sets a task status. |
| set_TotalWork | Sets a total amount of work that the user expects to work on a task. |
| set_UniqueUri | Sets an unique uri of the task. |