EmailFolder.SaveMessageAsync(EmailMessage) 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.
Asynchronously saves the specified email message to the folder.
public:
virtual IAsyncAction ^ SaveMessageAsync(EmailMessage ^ message) = SaveMessageAsync;
IAsyncAction SaveMessageAsync(EmailMessage const& message);
public IAsyncAction SaveMessageAsync(EmailMessage message);
function saveMessageAsync(message)
Public Function SaveMessageAsync (message As EmailMessage) As IAsyncAction
Parameters
- message
- EmailMessage
The email message to save.
Returns
An async action indicating that the operation has completed.
Windows requirements
App capabilities |
email
emailSystem
|