[This is preliminary documentation and is subject to change.]
The TaskInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TaskInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Dump |
Dumps the task to the string
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetAccess |
Sets the access permission for the task
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AccessAppend |
Shows if the task has append access
|
![]() | AccessDelete |
Shows if the task has delete access
|
![]() | AccessRead |
Shows if the task has read access
|
![]() | AccessWrite |
Shows if the task has write access
|
![]() | ActualDuration |
Actual duration in minutes
|
![]() | CompletionDate |
The completion date for the task
|
![]() | CreatedByTimestamp |
Timestamp of the creation of the task
|
![]() | CreatedByUserId |
The unique id of the creator
|
![]() | Description |
The description of the task
|
![]() | DueDate |
The date when the task is due
|
![]() | EstimatedDuration |
Estimated duration in minutes
|
![]() | GroupId |
The unique id iof the group
|
![]() | GroupName |
The name of the group
|
![]() | IsPrivate |
Shows if the task is private
|
![]() | IsReminderSelected |
Shows if the reminder is selected for the task
|
![]() | ModifiedByTimestamp |
Timestamp of last modification
|
![]() | ModifiedByUserId |
The unique id of the user who last modified the task
|
![]() | ParentId |
The id of the parent object
|
![]() | ParentObjectType |
The type of the parent object
|
![]() | PercentComplete |
The percent complete value for the task
|
![]() | Recurrence |
The task recurrence object
|
![]() | Regarding |
The regarding string
|
![]() | RemindAtDatetime |
The exact date and time for the reminder
|
![]() | RepeatInfotext |
The text for the repeat information for the task
|
![]() | RepeatingSequenceId |
The if of the repeating sequence for the task
|
![]() | StartDate |
The start date for the task
|
![]() | Subject |
The subject of the task
|
![]() | TaskAssignments |
The Task Assignment string
|
![]() | TaskId |
The unique id for the task
|
![]() | TaskOwnerId |
The unique user id of the task owner
|
![]() | TaskOwnerName |
the name of the task owner
|
![]() | TaskPriority |
The priority of the task
|
![]() | TaskPriorityName |
the name of the task priority
|
![]() | TaskStatus |
The status of the task
|
![]() | TaskStatusName |
The name of the task status
|
![]() | TaskType |
the type of the task
|
![]() | TaskTypeName |
The name of the task type
|
![]() | WhenToRemind |
The time when the reminder would go
|
![]() | WhoToRemind |
The entity who would be reminded for the task
|