IChatItem.ItemKind Property

Definition

Gets the type of the chat item, such as message or conversation.

public:
 property ChatItemKind ItemKind { ChatItemKind get(); };
ChatItemKind ItemKind();
public ChatItemKind ItemKind { get; }
var chatItemKind = iChatItem.itemKind;
Public ReadOnly Property ItemKind As ChatItemKind

Property Value

The type of the chat item.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to