ChatMessageStore.GetSearchReader(ChatQueryOptions) Method
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 a new or existing ChatSearchReader to be used to search for messages.
public:
virtual ChatSearchReader ^ GetSearchReader(ChatQueryOptions ^ value) = GetSearchReader;
ChatSearchReader GetSearchReader(ChatQueryOptions const& value);
public ChatSearchReader GetSearchReader(ChatQueryOptions value);
function getSearchReader(value)
Public Function GetSearchReader (value As ChatQueryOptions) As ChatSearchReader
Parameters
- value
- ChatQueryOptions
The query options that the search reader will use when looking for matching messages.
Returns
The new or existing search reader.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|