Task

Task class

Represents the exchange task information.

The Task type exposes the following members:

Constructors

NameDescription
Task()Initializes a new instance of the Task class

Properties

NameDescription
related_toGets or sets a related UID
subjectGets or sets a task subject.
start_dateGets or sets a start date of task.
due_dateGets or sets the date by which the user expects work on the task to be complete.
priorityGets or sets a task priority.
percent_completeGets or sets a pecent of task completion.
bodyGets or sets a task body.
unique_idGets or sets unique identifier
sequence_idGets or sets the sequence id.
attendeesGets or sets the attendees.
organizerGets or sets the organizer.
methodGets or sets iTIP methods associated with an task.
attachmentsGets or sets a collection of file attached to the task.

Methods

NameDescription
save(stream)
save(stream, save_format)
save(file_path)
save(file_path, save_format)
request()

See Also