ChatRecipientDeliveryInfo.TransportAddress 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 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
The transport address of the recipient.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|