Sdílet prostřednictvím


ChatRecipientDeliveryInfo.TransportAddress Property

Definition

Gets or sets the transport address of the recipient.

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

Property Value

String

Platform::String

winrt::hstring

The transport address of the recipient.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to