IChatItem.ItemKind 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 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
|