ChatConversationThreadingInfo.ContactId Property

Definition

Gets or sets the Contact.Id for the remote participant.

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

void ContactId(winrt::hstring value);
public string ContactId { get; set; }
var string = chatConversationThreadingInfo.contactId;
chatConversationThreadingInfo.contactId = string;
Public Property ContactId As String

Property Value

String

Platform::String

winrt::hstring

The Contact.Id for the remote participant.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to