Class ExchangeTask
Contents
[
Hide
]ExchangeTask class
Represents the exchange task information.
public sealed class ExchangeTask : Task
Constructors
Name | Description |
---|---|
ExchangeTask() | Initializes a new instance of the ExchangeTask class. |
Properties
Name | Description |
---|---|
ActualWork { get; set; } | Gets or sets an actual amount of time that is spent on a task (minutes). |
Attachments { get; set; } | Gets or sets a collection of file attached to the task. |
Attendees { get; set; } | Gets or sets the attendees. |
BillingInformation { get; set; } | Gets or sets a billing information for the task. |
Body { get; set; } | Gets or sets a task body. |
Companies { get; set; } | Gets or sets a collection of companies that are associated with a task. |
CompletionDate { get; set; } | Gets or sets the date when the user completed work on the task. |
DueDate { get; set; } | Gets or sets the date by which the user expects work on the task to be complete. |
IsBodyHtml { get; set; } | Gets or sets a value indicating whether the task body is html-formatted. |
Method { get; set; } | Gets or sets iTIP methods associated with an task. |
Mileage { get; set; } | Gets or sets a mileage for a task. |
Organizer { get; set; } | Gets or sets the organizer. |
PercentComplete { get; set; } | Gets or sets a pecent of task completion. |
Priority { get; set; } | Gets or sets a task priority. |
RecurrencePattern { get; set; } | Gets or sets a recurrence information for a recurring task. |
RelatedTo { get; set; } | Gets or sets a related UID |
ReminderDate { get; set; } | Gets or sets a task reminder date. |
SequenceId { get; set; } | Gets or sets the sequence id. |
StartDate { get; set; } | Gets or sets a start date of task. |
Status { get; set; } | Gets or sets a task status. |
Subject { get; set; } | Gets or sets a task subject. |
TotalWork { get; set; } | Gets or sets a total amount of work that the user expects to work on a task. |
UniqueId { get; set; } | Gets or sets unique identifier |
UniqueUri { get; set; } | Gets or sets an unique uri of the task. |
Methods
Name | Description |
---|---|
Dispose() | Release all resources. |
Request() | Requests the object. |
virtual Save(Stream) | Saves current object to the given stream using MSG format. |
virtual Save(string) | Saves current object into file using MSG format. |
override Save(Stream, TaskSaveFormat) | Saves current object to the given stream using specified format. |
override Save(string, TaskSaveFormat) | Saves current object into file using specified format. |
See Also
- class Task
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email