ExchangeTask

ExchangeTask class

Inherits: Aspose::Email::Calendar::Task

Represents the exchange task information.

Constructors

NameDescription
ExchangeTaskInitializes a new instance of the ExchangeTask class.

Methods

NameDescription
get_ActualWorkGets an actual amount of time that is spent on a task (minutes).
get_BillingInformationGets a billing information for the task.
get_CompaniesGets a collection of companies that are associated with a task.
get_CompletionDateGets the date when the user completed work on the task.
get_IsBodyHtmlGets a value indicating whether the task body is html-formatted.
get_MileageGets a mileage for a task.
get_RecurrencePatternGets a recurrence information for a recurring task.
get_ReminderDateGets a task reminder date.
get_StatusGets a task status.
get_TotalWorkGets a total amount of work that the user expects to work on a task.
get_UniqueUriGets an unique uri of the task.
Save (2 overloads)Saves current object to the given stream using specified format.
set_ActualWorkSets an actual amount of time that is spent on a task (minutes).
set_BillingInformationSets a billing information for the task.
set_CompaniesSets a collection of companies that are associated with a task.
set_CompletionDateSets the date when the user completed work on the task.
set_IsBodyHtmlSets a value indicating whether the task body is html-formatted.
set_MileageSets a mileage for a task.
set_RecurrencePatternSets a recurrence information for a recurring task.
set_ReminderDateSets a task reminder date.
set_StatusSets a task status.
set_TotalWorkSets a total amount of work that the user expects to work on a task.
set_UniqueUriSets an unique uri of the task.