ChatRecipientDeliveryInfo.TransportAddress 属性

定义

获取或设置收件人的传输地址。

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

void TransportAddress(winrt::hstring value);
public string TransportAddress { get; set; }
var string = chatRecipientDeliveryInfo.transportAddress;
chatRecipientDeliveryInfo.transportAddress = string;
Public Property TransportAddress As String

属性值

String

Platform::String

winrt::hstring

收件人的传输地址。

Windows 要求

应用功能
chat chatSystem smsSend

适用于