Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 815 Bytes

chatmessagemanager_requeststoreasync_428591920.md

File metadata and controls

34 lines (22 loc) · 815 Bytes
-api-id -api-type -api-device-family-note
M:Windows.ApplicationModel.Chat.ChatMessageManager.RequestStoreAsync
winrt method
xbox

Windows.ApplicationModel.Chat.ChatMessageManager.RequestStoreAsync

-description

Returns the SMS messaging store for the phone.

-returns

An asynchronous operation that returns a ChatMessageStore on successful completion.

-remarks

The method is invoked as an IAsyncOperation as shown in the following example:

ChatMessageStore store = await ChatMessageManager.RequestStoreAsync();

-examples

-see-also

-capabilities

chatSystem, smsSend, chat