MessagePartEmoticon.GetEmoticonString(ChatEmoticon) Method

Definition

Gets the emoticon string for the given emoticon.

public:
 static System::String ^ GetEmoticonString(Microsoft::Rtc::Collaboration::PersistentChat::ChatEmoticon emoticon);
public static string GetEmoticonString (Microsoft.Rtc.Collaboration.PersistentChat.ChatEmoticon emoticon);
static member GetEmoticonString : Microsoft.Rtc.Collaboration.PersistentChat.ChatEmoticon -> string
Public Shared Function GetEmoticonString (emoticon As ChatEmoticon) As String

Parameters

emoticon
ChatEmoticon

The emoticon.

Returns

The raw text which is used to construct the emoticon. For example: -) represents a Smile

Applies to