Aspose::Email::Mapi::MapiTaskUsers Class Referencefinal

Represents information about task users. More...

Inherits Object.

Public Member Functions

System::SharedPtr< MapiElectronicAddressget_Assigner () const
 Specifies the group of properties that defines the display name and e-mail address of user who created task. More...
 
void set_Assigner (System::SharedPtr< MapiElectronicAddress > value)
 Specifies the group of properties that defines the display name and e-mail address of user who created task. More...
 
System::SharedPtr< MapiRecipientCollectionget_Attendees () const
 Gets the attendees. More...
 
System::String get_LastAssigner () const
 Gets the name of the user that last assigned the task. More...
 
void set_LastAssigner (System::String value)
 Sets the name of the user that last assigned the task. More...
 
System::String get_Delegator () const
 Gets task delegator. More...
 
void set_Delegator (System::String value)
 Sets task delegator. More...
 
System::String get_LastUser () const
 Gets the name of the most recent user to have been the task owner. More...
 
void set_LastUser (System::String value)
 Sets the name of the most recent user to have been the task owner. More...
 
System::String get_LastDelegate () const
 Gets the name of the mailbox's delegate who most recently assigned the task, or an empty string if there is no delegate. More...
 
void set_LastDelegate (System::String value)
 Sets the name of the mailbox's delegate who most recently assigned the task, or an empty string if there is no delegate. More...
 
System::String get_Owner () const
 Gets the name of the task owner. More...
 
void set_Owner (System::String value)
 Sets the name of the task owner. More...
 
MapiTaskOwnership get_Ownership ()
 Gets the role of the current user relative to the Task object. More...
 
void set_Ownership (MapiTaskOwnership value)
 Sets the role of the current user relative to the Task object. More...
 
 MapiTaskUsers ()
 Initializes a new instance of the MapiTaskUsers class. More...
 
 MapiTaskUsers (System::SharedPtr< MapiMessage > msg)
 Initializes a new instance of the MapiTaskUsers class. More...
 
void SetProperties (System::SharedPtr< MapiMessage > msg)
 Sets the message properties. More...
 

Friends

class Aspose::Email::Mapi::MapiTask
 

Detailed Description

Represents information about task users.

Constructor & Destructor Documentation

◆ MapiTaskUsers() [1/2]

Aspose::Email::Mapi::MapiTaskUsers::MapiTaskUsers ( )

Initializes a new instance of the MapiTaskUsers class.

◆ MapiTaskUsers() [2/2]

Aspose::Email::Mapi::MapiTaskUsers::MapiTaskUsers ( System::SharedPtr< MapiMessage msg)

Initializes a new instance of the MapiTaskUsers class.

Parameters
msgThe MapiMessage object.

Member Function Documentation

◆ get_Assigner()

System::SharedPtr<MapiElectronicAddress> Aspose::Email::Mapi::MapiTaskUsers::get_Assigner ( ) const

Specifies the group of properties that defines the display name and e-mail address of user who created task.

◆ get_Attendees()

System::SharedPtr<MapiRecipientCollection> Aspose::Email::Mapi::MapiTaskUsers::get_Attendees ( ) const

Gets the attendees.

◆ get_Delegator()

System::String Aspose::Email::Mapi::MapiTaskUsers::get_Delegator ( ) const

Gets task delegator.

◆ get_LastAssigner()

System::String Aspose::Email::Mapi::MapiTaskUsers::get_LastAssigner ( ) const

Gets the name of the user that last assigned the task.

◆ get_LastDelegate()

System::String Aspose::Email::Mapi::MapiTaskUsers::get_LastDelegate ( ) const

Gets the name of the mailbox's delegate who most recently assigned the task, or an empty string if there is no delegate.

◆ get_LastUser()

System::String Aspose::Email::Mapi::MapiTaskUsers::get_LastUser ( ) const

Gets the name of the most recent user to have been the task owner.

◆ get_Owner()

System::String Aspose::Email::Mapi::MapiTaskUsers::get_Owner ( ) const

Gets the name of the task owner.

◆ get_Ownership()

MapiTaskOwnership Aspose::Email::Mapi::MapiTaskUsers::get_Ownership ( )

Gets the role of the current user relative to the Task object.

◆ set_Assigner()

void Aspose::Email::Mapi::MapiTaskUsers::set_Assigner ( System::SharedPtr< MapiElectronicAddress value)

Specifies the group of properties that defines the display name and e-mail address of user who created task.

◆ set_Delegator()

void Aspose::Email::Mapi::MapiTaskUsers::set_Delegator ( System::String  value)

Sets task delegator.

◆ set_LastAssigner()

void Aspose::Email::Mapi::MapiTaskUsers::set_LastAssigner ( System::String  value)

Sets the name of the user that last assigned the task.

◆ set_LastDelegate()

void Aspose::Email::Mapi::MapiTaskUsers::set_LastDelegate ( System::String  value)

Sets the name of the mailbox's delegate who most recently assigned the task, or an empty string if there is no delegate.

◆ set_LastUser()

void Aspose::Email::Mapi::MapiTaskUsers::set_LastUser ( System::String  value)

Sets the name of the most recent user to have been the task owner.

◆ set_Owner()

void Aspose::Email::Mapi::MapiTaskUsers::set_Owner ( System::String  value)

Sets the name of the task owner.

◆ set_Ownership()

void Aspose::Email::Mapi::MapiTaskUsers::set_Ownership ( MapiTaskOwnership  value)

Sets the role of the current user relative to the Task object.

◆ SetProperties()

void Aspose::Email::Mapi::MapiTaskUsers::SetProperties ( System::SharedPtr< MapiMessage msg)

Sets the message properties.

Parameters
msgThe MapiMessage.

Friends And Related Function Documentation

◆ Aspose::Email::Mapi::MapiTask

friend class Aspose::Email::Mapi::MapiTask
friend