Represents information about TaskList. More...
Inherits Aspose::Email::Clients::Graph::BaseRestObject.
Public Member Functions | |
| virtual System::String | get_DisplayName () |
| Gets the name of TaskList. More... | |
| virtual void | set_DisplayName (System::String value) |
| Sets the name of TaskList. More... | |
| virtual System::String | get_ItemId () |
| The identifier of the task list, unique in the user's mailbox. More... | |
| bool | get_IsOwner () const |
| True if the user is owner of the given task list. More... | |
| void | set_IsOwner (bool value) |
| True if the user is owner of the given task list. More... | |
| bool | get_IsShared () const |
| True if the task list is shared with other users More... | |
| void | set_IsShared (bool value) |
| True if the task list is shared with other users More... | |
| WellknownTaskListName | get_WellknownName () const |
| Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue. More... | |
| void | set_WellknownName (WellknownTaskListName value) |
| Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue. More... | |
| TaskListInfo () | |
| Initializes a new instance of the TaskListInfo class. More... | |
| TaskListInfo (System::SharedPtr< Mapi::MapiPropertyCollection > properties) | |
| Initializes a new instance of the TaskListInfo class. More... | |
Public Member Functions inherited from Aspose::Email::Clients::Graph::BaseRestObject | |
| virtual System::ArrayPtr< System::SharedPtr< Mapi::PropertyDescriptor > > | get_TransmissionExcludedProperties () |
| Gets enumeration of MAPI properties which are excluded from transmission process. More... | |
| virtual System::SharedPtr< Mapi::MapiPropertyCollection > | get_Properties () |
| Gets the mapi properties. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Aspose::Email::Clients::Graph::BaseRestObject | |
| BaseRestObject (System::SharedPtr< Mapi::MapiPropertyCollection > properties, System::ArrayPtr< System::SharedPtr< Mapi::PropertyDescriptor >> explicitProperties) | |
| Initializes a new instance of the FolderInfo class. More... | |
Represents information about TaskList.
| Aspose::Email::Clients::Graph::TaskListInfo::TaskListInfo | ( | ) |
Initializes a new instance of the TaskListInfo class.
| Aspose::Email::Clients::Graph::TaskListInfo::TaskListInfo | ( | System::SharedPtr< Mapi::MapiPropertyCollection > | properties | ) |
Initializes a new instance of the TaskListInfo class.
| properties | MapiProperties for this folder |
|
virtual |
Gets the name of TaskList.
| bool Aspose::Email::Clients::Graph::TaskListInfo::get_IsOwner | ( | ) | const |
True if the user is owner of the given task list.
| bool Aspose::Email::Clients::Graph::TaskListInfo::get_IsShared | ( | ) | const |
True if the task list is shared with other users
|
virtual |
The identifier of the task list, unique in the user's mailbox.
The entry id string.
| WellknownTaskListName Aspose::Email::Clients::Graph::TaskListInfo::get_WellknownName | ( | ) | const |
Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.
|
virtual |
Sets the name of TaskList.
| void Aspose::Email::Clients::Graph::TaskListInfo::set_IsOwner | ( | bool | value | ) |
True if the user is owner of the given task list.
| void Aspose::Email::Clients::Graph::TaskListInfo::set_IsShared | ( | bool | value | ) |
True if the task list is shared with other users
| void Aspose::Email::Clients::Graph::TaskListInfo::set_WellknownName | ( | WellknownTaskListName | value | ) |
Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.