ChatConversationThreadingKind Enum

Definition

Specifies how a conversation is threaded.

public enum class ChatConversationThreadingKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ChatConversationThreadingKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ChatConversationThreadingKind
var value = Windows.ApplicationModel.Chat.ChatConversationThreadingKind.participants
Public Enum ChatConversationThreadingKind
Inheritance
ChatConversationThreadingKind
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
chat chatSystem smsSend

Fields

ContactId 1

By contact ID

ConversationId 2

By conversation ID

Custom 3

Custom threading defined by the app

Participants 0

By participants

Applies to