ChatMessage.TransportId 属性

定义

获取或设置消息的传输 ID。

public:
 property Platform::String ^ TransportId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TransportId();

void TransportId(winrt::hstring value);
public string TransportId { get; set; }
var string = chatMessage.transportId;
chatMessage.transportId = string;
Public Property TransportId As String

属性值

String

Platform::String

winrt::hstring

消息的传输 ID。

Windows 要求

应用功能
chat chatSystem smsSend

注解

设置此属性将分配用于发送聊天消息的传输 SIM 槽。 查询此属性将标识消息在接收时或当前设置为发送的传输。

TransportId 的值是 SIM 槽号的字符串表示形式。

适用于