TaskSchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the schema for task items.
public ref class TaskSchema : Microsoft::Exchange::WebServices::Data::ItemSchema
public class TaskSchema : Microsoft.Exchange.WebServices.Data.ItemSchema
Public Class TaskSchema
Inherits ItemSchema
- Inheritance
Fields
| ActualWork |
Defines the ActualWork property. |
| AssignedTime |
Defines the AssignedTime property. |
| BillingInformation |
Defines the BillingInformation property. |
| ChangeCount |
Defines the ChangeCount property. |
| Companies |
Defines the Companies property. |
| CompleteDate |
Defines the CompleteDate property. |
| Contacts |
Defines the Contacts property. |
| DelegationState |
Defines the DelegationState property. |
| Delegator |
Defines the Delegator property. |
| DueDate |
Defines the DueDate property. |
| IsComplete |
Defines the IsComplete property. |
| IsRecurring |
Defines the IsRecurring property. |
| IsTeamTask |
Defines the IsTeamTask property. |
| Mileage |
Defines the Mileage property. |
| Mode |
Defines the Mode property. |
| Owner |
Defines the Owner property. |
| PercentComplete |
Defines the PercentComplete property. |
| Recurrence |
Defines the Recurrence property. |
| StartDate |
Defines the StartDate property. |
| Status |
Defines the Status property. |
| StatusDescription |
Defines the StatusDescription property. |
| TotalWork |
Defines the TotalWork property. |
Methods
| GetEnumerator() |
Provides an enumerator for the properties of the schema. (Inherited from ServiceObjectSchema) |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() |
Gets an enumerator that iterates through the properties in the schema. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Server 2013 and versions of Exchange starting with Exchange Online. (Inherited from ServiceObjectSchema) |