ChatMessage.ThreadingInfo Property

Definition

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

Applies to