Aspose::Email::Mapi::UserReaction Class Reference

Represents a user's reaction. More...

Inherits Object.

Public Member Functions

System::String get_Name () const
 Gets the name of the user. More...
 
void set_Name (System::String value)
 Sets the name of the user. More...
 
System::String get_Email () const
 Gets the email of the user. More...
 
void set_Email (System::String value)
 Sets the email of the user. More...
 
ReactionType get_Type () const
 Gets the reaction type. More...
 
void set_Type (ReactionType value)
 Sets the reaction type. More...
 
System::DateTime get_ReactionDateTime () const
 Gets the date and time of the reaction. More...
 
void set_ReactionDateTime (System::DateTime value)
 Sets the date and time of the reaction. More...
 
 UserReaction ()
 

Detailed Description

Represents a user's reaction.

Constructor & Destructor Documentation

◆ UserReaction()

Aspose::Email::Mapi::UserReaction::UserReaction ( )

Member Function Documentation

◆ get_Email()

System::String Aspose::Email::Mapi::UserReaction::get_Email ( ) const

Gets the email of the user.

◆ get_Name()

System::String Aspose::Email::Mapi::UserReaction::get_Name ( ) const

Gets the name of the user.

◆ get_ReactionDateTime()

System::DateTime Aspose::Email::Mapi::UserReaction::get_ReactionDateTime ( ) const

Gets the date and time of the reaction.

◆ get_Type()

ReactionType Aspose::Email::Mapi::UserReaction::get_Type ( ) const

Gets the reaction type.

◆ set_Email()

void Aspose::Email::Mapi::UserReaction::set_Email ( System::String  value)

Sets the email of the user.

◆ set_Name()

void Aspose::Email::Mapi::UserReaction::set_Name ( System::String  value)

Sets the name of the user.

◆ set_ReactionDateTime()

void Aspose::Email::Mapi::UserReaction::set_ReactionDateTime ( System::DateTime  value)

Sets the date and time of the reaction.

◆ set_Type()

void Aspose::Email::Mapi::UserReaction::set_Type ( ReactionType  value)

Sets the reaction type.