TaskListInfo
Contents
[
Hide
]TaskListInfo class
Inherits: Aspose::Email::Clients::Graph::BaseRestObject
Represents information about TaskList.
Constructors
| Name | Description |
|---|---|
| TaskListInfo (2 overloads) | Initializes a new instance of the TaskListInfo class. |
Methods
| Name | Description |
|---|---|
| get_DisplayName | Gets the name of TaskList. |
| get_IsOwner | True if the user is owner of the given task list. |
| get_IsShared | True if the task list is shared with other users |
| get_ItemId | The identifier of the task list, unique in the user’s mailbox. |
| get_WellknownName | Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue. |
| set_DisplayName | Sets the name of TaskList. |
| set_IsOwner | True if the user is owner of the given task list. |
| set_IsShared | True if the task list is shared with other users |
| set_WellknownName | Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue. |