Enum ReactionType
ReactionType enumeration
Specifies the type of reaction a user can have on a message.
public enum ReactionType
Values
Name | Value | Description |
---|---|---|
Like | 0 | A “Like” reaction. |
Heart | 1 | A “Heart” reaction, expressing love or appreciation. |
Celebrate | 2 | A “Celebrate” reaction, indicating joy or congratulations. |
Laugh | 3 | A “Laugh” reaction, showing amusement. |
Surprised | 4 | A “Surprised” reaction, indicating astonishment. |
Sad | 5 | A “Sad” reaction, expressing sorrow or disappointment. |
Unknown | 6 | An unknown reaction type, used when the reaction is not recognized. |
See Also
- namespace Aspose.Email.Mapi
- assembly Aspose.Email