다음을 통해 공유


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

적용 대상