EmailMailboxServerSearchReadBatchRequest.SaveMessageAsync 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.
Saves a message that meets server-side search criteria.
public:
virtual IAsyncAction ^ SaveMessageAsync(EmailMessage ^ message) = SaveMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveMessageAsync(EmailMessage const& message);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveMessageAsync(EmailMessage message);
function saveMessageAsync(message)
Public Function SaveMessageAsync (message As EmailMessage) As IAsyncAction
Parameters
- message
- EmailMessage
A message that matches the search criteria of a server-side batch read request.
Returns
An asynchronous message save operation on an EmailMailboxServerSearchReadBatchRequest.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|