ChatConversationThreadingInfo.ContactId 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 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
The Contact.Id for the remote participant.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|