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 () | |
Represents a user's reaction.
| Aspose::Email::Mapi::UserReaction::UserReaction | ( | ) |
| System::String Aspose::Email::Mapi::UserReaction::get_Email | ( | ) | const |
Gets the email of the user.
| System::String Aspose::Email::Mapi::UserReaction::get_Name | ( | ) | const |
Gets the name of the user.
| System::DateTime Aspose::Email::Mapi::UserReaction::get_ReactionDateTime | ( | ) | const |
Gets the date and time of the reaction.
| ReactionType Aspose::Email::Mapi::UserReaction::get_Type | ( | ) | const |
Gets the reaction type.
| void Aspose::Email::Mapi::UserReaction::set_Email | ( | System::String | value | ) |
Sets the email of the user.
| void Aspose::Email::Mapi::UserReaction::set_Name | ( | System::String | value | ) |
Sets the name of the user.
| void Aspose::Email::Mapi::UserReaction::set_ReactionDateTime | ( | System::DateTime | value | ) |
Sets the date and time of the reaction.
| void Aspose::Email::Mapi::UserReaction::set_Type | ( | ReactionType | value | ) |
Sets the reaction type.