Task Members
Represents a Task item. Properties available on tasks are defined in the TaskSchema class.
The following tables list the members exposed by the Task type.
| Name | Description | |
|---|---|---|
| ActualWork | Gets or sets the actual amount of time that is spent on the task. |
| AllowedResponseActions | Gets a value that indicates which response actions are allowed on this item. Examples of response actions are Reply and Forward. (inherited from Item) |
| AssignedTime | Gets the date and time the task was assigned. |
| Attachments | Gets a list of the attachments to this item. (inherited from Item) |
| BillingInformation | Gets or sets the billing information of the task. |
| Body | Gets or sets the body of this item. (inherited from Item) |
| Categories | Gets or sets the list of categories that are associated with this item. (inherited from Item) |
| ChangeCount | Gets the number of times the task has changed since it was created. |
| Companies | Gets or sets a list of companies associated with the task. |
| CompleteDate | Gets or sets the date and time on which the task was completed. |
| Contacts | Gets or sets a list of contacts associated with the task. |
| ConversationId | Gets the ID of the conversation that this item is part of. (inherited from Item) |
| Culture | Gets or sets the culture that is associated with this item. (inherited from Item) |
| DateTimeCreated | Gets the date and time at which this item was created. (inherited from Item) |
| DateTimeReceived | Gets the time when this item was received. (inherited from Item) |
| DateTimeSent | Gets the date and time at which this item was sent. (inherited from Item) |
| DelegationState | Gets the current delegation state of the task. |
| Delegator | Gets the name of the delegator of this task. |
| DisplayCc | Gets a text string that lists the Cc recipients of this item. (inherited from Item) |
| DisplayTo | Gets a text string that lists the To recipients of this item. (inherited from Item) |
| DueDate | Gets or sets the date and time on which the task is due. |
| EffectiveRights | Gets a value that indicates the effective rights that the current authenticated user has on this item. (inherited from Item) |
| ExtendedProperties | Gets a list of extended properties that are defined on this item. (inherited from Item) |
| HasAttachments | Gets a value that indicates whether the item has attachments. (inherited from Item) |
| Id | Gets the ID of this item. (inherited from Item) |
| Importance | Gets or sets the importance of this item. (inherited from Item) |
| InReplyTo | Gets or sets the In-Reply-To reference of this item. (inherited from Item) |
| InternetMessageHeaders | Gets a list of Internet headers for this item. (inherited from Item) |
| IsAssociated | Gets a value that indicates whether this is an associated item. (inherited from Item) |
| IsAttachment | Gets a value that indicates whether the item is an attachment. (inherited from Item) |
| IsComplete | Gets a value indicating whether the task is complete. |
| IsDirty | Gets a value that indicates whether the object has been modified.(inherited from ServiceObject) |
| IsDraft | Gets a value that indicates whether the item is a draft. An item is a draft when it has not yet been sent. (inherited from Item) |
| IsFromMe | Gets a value that indicates whether the item has been sent by the current authenticated user. (inherited from Item) |
| IsNew | Gets a value that indicates whether this object is a real store item or a local object that has yet to be saved.(inherited from Item) |
| IsRecurring | Gets a value indicating whether the task is recurring. |
| IsReminderSet | Gets or sets a value that indicates whether a reminder is set for this item. (inherited from Item) |
| IsResend | Gets a value that indicates whether the item is a resend of another item. (inherited from Item) |
| IsSubmitted | Gets a value that indicates whether the message has been submitted to be sent. (inherited from Item) |
| IsTeamTask | Gets a value indicating whether the task is a team task. |
| IsUnmodified | Gets a value that indicates whether the item has been modified since it was created. (inherited from Item) |
| Item | (inherited from ServiceObject ) |
| ItemClass | Gets or sets the custom class name of this item. (inherited from Item) |
| LastModifiedName | Gets the name of the user who last modified this item. (inherited from Item) |
| LastModifiedTime | Gets the date and time that this item was last modified. (inherited from Item) |
| Mileage | Gets or sets the mileage of the task. |
| MimeContent | Gets the MIME content of this item. (inherited from Item) |
| Mode | Gets a value indicating the mode of the task. |
| Owner | Gets the name of the owner of the task. |
| ParentFolderId | Gets the ID of the parent folder of this item. (inherited from Item) |
| PercentComplete | Gets or sets the completeion percentage of the task. PercentComplete must be between 0 and 100. |
| Recurrence | Gets or sets the recurrence pattern for this task. Available recurrence pattern classes include Recurrence.DailyPattern, Recurrence.MonthlyPattern and Recurrence.YearlyPattern. |
| ReminderDueBy | Gets or sets the date and time when the reminder is due for this item. (inherited from Item) |
| ReminderMinutesBeforeStart | Gets or sets the number of minutes before the start of this item that the reminder should be triggered. (inherited from Item) |
| Schema | Gets the schema that is associated with this type of object.(inherited from ServiceObject) |
| Sensitivity | Gets the sensitivity of this item. (inherited from Item) |
| Service | Gets the Exchange service for this object.(inherited from ServiceObject) |
| Size | Gets the size of this item. (inherited from Item) |
| StartDate | Gets or sets the date and time on which the task starts. |
| Status | Gets or sets the status of the task. |
| StatusDescription | Gets a string representing the status of the task, localized according to the PreferredCulture property of the ExchangeService object the task is bound to. |
| Subject | Gets or sets the subject of this item. (inherited from Item) |
| TotalWork | Gets or sets the total amount of work spent on the task. |
| UniqueBody | Gets the body part that is unique to the conversation that this item is part of. (inherited from Item) |
| WebClientEditFormQueryString | Gets the query string that should be appended to the Exchange Web client URL to open this item by using the appropriate edit form in a Web browser. (inherited from Item) |
| WebClientReadFormQueryString | Gets the query string that should be appended to the Exchange Web client URL to open this item by using the appropriate read form in a Web browser. (inherited from Item) |
(see also
Protected
Methods
)
Top
| Name | Description | |
|---|---|---|
| Bind | Overloaded. |
| Copy | Overloaded. (inherited from Item ) |
| Delete | (inherited from Item ) |
| DeleteCurrentOccurrence | Deletes the current occurrence of a recurring task. After the current occurrence isdeleted, the task represents the next occurrence. Developers should call Load to retrieve the new property values of the task. Calling this method results in a call to EWS. |
| Equals | Overloaded. (inherited from Object ) |
| GetHashCode | (inherited from Object ) |
| GetLoadedPropertyDefinitions | Provides the collection of loaded property definitions.(inherited from ServiceObject) |
| GetType | (inherited from Object ) |
| Load | Overloaded. (inherited from ServiceObject ) |
| Move | Overloaded. (inherited from Item ) |
| ReferenceEquals | (inherited from Object ) |
| RemoveExtendedProperty | (inherited from Item ) |
| Save | Overloaded. (inherited from Item ) |
| SetExtendedProperty | (inherited from Item ) |
| ToString | (inherited from Object ) |
| TryGetProperty | Overloaded. (inherited from ServiceObject ) |
| Update | Applies the local changes that have been made to this task. Calling this method results in at least one call to EWS. Mutliple calls to EWS might be made if attachments have been added or removed. |