-api-id | -api-type | -api-device-family-note |
---|---|---|
M:Windows.ApplicationModel.Chat.ChatMessageManager.RequestStoreAsync |
winrt method |
xbox |
Returns the SMS messaging store for the phone.
An asynchronous operation that returns a ChatMessageStore on successful completion.
The method is invoked as an IAsyncOperation as shown in the following example:
ChatMessageStore store = await ChatMessageManager.RequestStoreAsync();
chatSystem, smsSend, chat