Aspose::Email::Clients::Graph::TaskListInfo Class Reference

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::MapiPropertyCollectionget_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...
 

Detailed Description

Represents information about TaskList.

Constructor & Destructor Documentation

◆ TaskListInfo() [1/2]

Aspose::Email::Clients::Graph::TaskListInfo::TaskListInfo ( )

Initializes a new instance of the TaskListInfo class.

◆ TaskListInfo() [2/2]

Aspose::Email::Clients::Graph::TaskListInfo::TaskListInfo ( System::SharedPtr< Mapi::MapiPropertyCollection properties)

Initializes a new instance of the TaskListInfo class.

Parameters
propertiesMapiProperties for this folder

Member Function Documentation

◆ get_DisplayName()

virtual System::String Aspose::Email::Clients::Graph::TaskListInfo::get_DisplayName ( )
virtual

Gets the name of TaskList.

◆ get_IsOwner()

bool Aspose::Email::Clients::Graph::TaskListInfo::get_IsOwner ( ) const

True if the user is owner of the given task list.

◆ get_IsShared()

bool Aspose::Email::Clients::Graph::TaskListInfo::get_IsShared ( ) const

True if the task list is shared with other users

◆ get_ItemId()

virtual System::String Aspose::Email::Clients::Graph::TaskListInfo::get_ItemId ( )
virtual

The identifier of the task list, unique in the user's mailbox.

The entry id string.

◆ get_WellknownName()

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.

◆ set_DisplayName()

virtual void Aspose::Email::Clients::Graph::TaskListInfo::set_DisplayName ( System::String  value)
virtual

Sets the name of TaskList.

◆ set_IsOwner()

void Aspose::Email::Clients::Graph::TaskListInfo::set_IsOwner ( bool  value)

True if the user is owner of the given task list.

◆ set_IsShared()

void Aspose::Email::Clients::Graph::TaskListInfo::set_IsShared ( bool  value)

True if the task list is shared with other users

◆ set_WellknownName()

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.