Class TaskListInfo

TaskListInfo class

Represents information about TaskList.

public class TaskListInfo : BaseRestObject

Properties

NameDescription
virtual DisplayName { get; set; }Gets or sets the name of TaskList.
IsOwner { get; set; }True if the user is owner of the given task list.
IsShared { get; set; }True if the task list is shared with other users
virtual ItemId { get; }The identifier of the task list, unique in the user’s mailbox.
virtual Properties { get; }Gets the mapi properties.
WellknownName { get; set; }Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.

See Also