ChatMessage.TransportFriendlyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transport friendly name of the message.
public:
property Platform::String ^ TransportFriendlyName { Platform::String ^ get(); };
winrt::hstring TransportFriendlyName();
public string TransportFriendlyName { get; }
var string = chatMessage.transportFriendlyName;
Public ReadOnly Property TransportFriendlyName As String
Property Value
The transport friendly name of the message.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|