Task Class |
Namespace: Aspose.Email.Calendar
The Task type exposes the following members.
Name | Description | |
---|---|---|
![]() | Task | Initializes a new instance of the Task class |
Name | Description | |
---|---|---|
![]() | Attachments |
Gets or sets a collection of file attached to the task.
|
![]() | Attendees |
Gets or sets the attendees.
|
![]() | Body |
Gets or sets a task body.
|
![]() | DueDate |
Gets or sets the date by which the user expects work on the task to be complete.
|
![]() | Method |
Gets or sets iTIP methods associated with an task.
|
![]() | Organizer |
Gets or sets the organizer.
|
![]() | PercentComplete |
Gets or sets a pecent of task completion.
|
![]() | Priority |
Gets or sets a task priority.
|
![]() | RelatedTo |
Gets or sets a related UID
|
![]() | SequenceId |
Gets or sets the sequence id.
|
![]() | StartDate |
Gets or sets a start date of task.
|
![]() | Subject |
Gets or sets a task subject.
|
![]() | UniqueId |
Gets or sets unique identifier
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Request |
Requests the object.
|
![]() | Save(Stream) |
Saves current object to the given stream using MSG format.
|
![]() | Save(String) |
Saves current object into file using MSG format.
|
![]() | Save(Stream, TaskSaveFormat) |
Saves current object to the given stream using specified format.
|
![]() | Save(String, TaskSaveFormat) |
Saves current object into file using specified format.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | attachmentsfield | A collection of file attached to the task. |
![]() | attendeesfield | Task attendees |
![]() | bodyfield | A task body. |
![]() | dueDatefield | A date when the task is due. |
![]() | methodfield | The iTIP methods associated with an task. |
![]() | organizerfield | Task organizer |
![]() | percentCompletefield | A pecent of task completion. |
![]() | priorityfield | A task priority. |
![]() | relatedTofield | A related UID. |
![]() | sequeneIdfield | The sequence id. |
![]() | startDatefield | A start date of task. |
![]() | subjectfield | A task subject. |
![]() | uidfield | Unique identifier |