[This is preliminary documentation and is subject to change.]

The TaskInfo type exposes the following members.

Constructors

  NameDescription
Public methodTaskInfoOverloaded.

Methods

  NameDescription
Public methodDump
Dumps the task to the string
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAccess
Sets the access permission for the task
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessAppend
Shows if the task has append access
Public propertyAccessDelete
Shows if the task has delete access
Public propertyAccessRead
Shows if the task has read access
Public propertyAccessWrite
Shows if the task has write access
Public propertyActualDuration
Actual duration in minutes
Public propertyCompletionDate
The completion date for the task
Public propertyCreatedByTimestamp
Timestamp of the creation of the task
Public propertyCreatedByUserId
The unique id of the creator
Public propertyDescription
The description of the task
Public propertyDueDate
The date when the task is due
Public propertyEstimatedDuration
Estimated duration in minutes
Public propertyGroupId
The unique id iof the group
Public propertyGroupName
The name of the group
Public propertyIsPrivate
Shows if the task is private
Public propertyIsReminderSelected
Shows if the reminder is selected for the task
Public propertyModifiedByTimestamp
Timestamp of last modification
Public propertyModifiedByUserId
The unique id of the user who last modified the task
Public propertyParentId
The id of the parent object
Public propertyParentObjectType
The type of the parent object
Public propertyPercentComplete
The percent complete value for the task
Public propertyRecurrence
The task recurrence object
Public propertyRegarding
The regarding string
Public propertyRemindAtDatetime
The exact date and time for the reminder
Public propertyRepeatInfotext
The text for the repeat information for the task
Public propertyRepeatingSequenceId
The if of the repeating sequence for the task
Public propertyStartDate
The start date for the task
Public propertySubject
The subject of the task
Public propertyTaskAssignments
The Task Assignment string
Public propertyTaskId
The unique id for the task
Public propertyTaskOwnerId
The unique user id of the task owner
Public propertyTaskOwnerName
the name of the task owner
Public propertyTaskPriority
The priority of the task
Public propertyTaskPriorityName
the name of the task priority
Public propertyTaskStatus
The status of the task
Public propertyTaskStatusName
The name of the task status
Public propertyTaskType
the type of the task
Public propertyTaskTypeName
The name of the task type
Public propertyWhenToRemind
The time when the reminder would go
Public propertyWhoToRemind
The entity who would be reminded for the task

See Also