ChatMessageTransport.TransportKind 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 type of the message transport.
public:
property ChatMessageTransportKind TransportKind { ChatMessageTransportKind get(); };
ChatMessageTransportKind TransportKind();
public ChatMessageTransportKind TransportKind { get; }
var chatMessageTransportKind = chatMessageTransport.transportKind;
Public ReadOnly Property TransportKind As ChatMessageTransportKind
Property Value
The type of the message transport.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|