Task Class
Represents a calendar task (to-do).
public sealed class Task : ICalendarItem
Public NotInheritable Class Task
Implements ICalendarItem
- Inheritance:
- System.ObjectTask
Implements
Constructors
Task()
Initializes a new instance of the Task class.
Properties
Attendees
Gets the attendees.
public IList<MailAddress> Attendees { get; }
Public ReadOnly Property Attendees As IList(Of MailAddress)
Property Value
- System.Collections.Generic.IList<MailAddress>
The attendees of the task.
Categories
Gets the categories.
public IList<string> Categories { get; }
Public ReadOnly Property Categories As IList(Of String)
Property Value
- System.Collections.Generic.IList<System.String>
The categories to which the task belongs.
Completed
Gets or sets the completion date.
Property Value
- System.DateTime
The date when the task was completed.
Deadline
Gets or sets the deadline.
Property Value
- System.DateTime
The deadline of the task.
Description
Gets or sets the description.
Property Value
- System.String
The description of the task.
Location
Gets or sets the location.
Property Value
- System.String
The location of the task.
Name
Gets or sets the name.
Property Value
- System.String
The name of the task.
Organizer
Gets or sets the organizer.
Property Value
The organizer of the task.
PercentComplete
Gets or sets the percentage.
Property Value
- System.Decimal
The completeness of the task.
Priority
Gets or sets the priority.
Property Value
- System.Int32
Priority of the task.
Reminders
Gets the reminders.
public ReminderCollection Reminders { get; }
Public ReadOnly Property Reminders As ReminderCollection
Property Value
The reminders associated with the task.
Repeat
Gets or sets the frequency.
Property Value
The frequency with which will the task repeat.
RepeatUntil
Gets or sets the repeat deadline.
Property Value
- System.DateTime
The date until which will the task repeat.
Start
Gets or sets the start.
Property Value
- System.DateTime
The start of the task.
Status
Gets or sets the status.
Property Value
The current status of the task.