ConversationItem.Participant 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 conversation participant information, such as Name, Email, and so on.
public:
property Platform::String ^ Participant { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Participant();
void Participant(winrt::hstring value);
public string Participant { get; set; }
var string = conversationItem.participant;
conversationItem.participant = string;
Public Property Participant As String
Property Value
Conversation participant information, such as Name, Email, and so on. Value cannot be empty.