TaskListInfo

TaskListInfo class

Inherits: Aspose::Email::Clients::Graph::BaseRestObject

Represents information about TaskList.

Constructors

NameDescription
TaskListInfo (2 overloads)Initializes a new instance of the TaskListInfo class.

Methods

NameDescription
get_DisplayNameGets the name of TaskList.
get_IsOwnerTrue if the user is owner of the given task list.
get_IsSharedTrue if the task list is shared with other users
get_ItemIdThe identifier of the task list, unique in the user’s mailbox.
get_WellknownNameProperty indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.
set_DisplayNameSets the name of TaskList.
set_IsOwnerTrue if the user is owner of the given task list.
set_IsSharedTrue if the task list is shared with other users
set_WellknownNameProperty indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.