Task
Contents
[
Hide
]Task class
Represents the exchange task information.
Constructors
| Name | Description |
|---|---|
| Task |
Methods
| Name | Description |
|---|---|
| Dispose (2 overloads) | Release all resources. |
| get_Attachments | Gets a collection of file attached to the task. |
| get_Attendees | Gets the attendees. |
| get_Body | Gets a task body. |
| get_DueDate | Gets the date by which the user expects work on the task to be complete. |
| get_ExtendedProperties | Gets extended properties of an item. |
| get_Method | Gets iTIP methods associated with an task. |
| get_Organizer | Gets the organizer. |
| get_PercentComplete | Gets a pecent of task completion. |
| get_Priority | Gets a task priority. |
| get_RelatedTo | Gets a related UID |
| get_SequenceId | Gets the sequence id. |
| get_StartDate | Gets a start date of task. |
| get_Subject | Gets a task subject. |
| get_UniqueId | Gets unique identifier |
| Request | Requests the object. |
| Save (4 overloads) | Saves current object to the given stream using MSG format. |
| set_Attachments | Sets a collection of file attached to the task. |
| set_Attendees | Sets the attendees. |
| set_Body | Sets a task body. |
| set_DueDate | Sets the date by which the user expects work on the task to be complete. |
| set_Method | Sets iTIP methods associated with an task. |
| set_Organizer | Sets the organizer. |
| set_PercentComplete | Sets a pecent of task completion. |
| set_Priority | Sets a task priority. |
| set_RelatedTo | Sets a related UID |
| set_SequenceId | Sets the sequence id. |
| set_StartDate | Sets a start date of task. |
| set_Subject | Sets a task subject. |
| set_UniqueId | Sets unique identifier |
| 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 |