ChatMessage.ThreadingInfo 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 conversation threading info for the ChatMessage.
public:
property ChatConversationThreadingInfo ^ ThreadingInfo { ChatConversationThreadingInfo ^ get(); void set(ChatConversationThreadingInfo ^ value); };
ChatConversationThreadingInfo ThreadingInfo();
void ThreadingInfo(ChatConversationThreadingInfo value);
public ChatConversationThreadingInfo ThreadingInfo { get; set; }
var chatConversationThreadingInfo = chatMessage.threadingInfo;
chatMessage.threadingInfo = chatConversationThreadingInfo;
Public Property ThreadingInfo As ChatConversationThreadingInfo
Property Value
The conversation threading info for the ChatMessage.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|