EmailMailbox.SaveDraftAsync(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 a draft email message.
public:
virtual IAsyncAction ^ SaveDraftAsync(EmailMessage ^ message) = SaveDraftAsync;
IAsyncAction SaveDraftAsync(EmailMessage const& message);
public IAsyncAction SaveDraftAsync(EmailMessage message);
function saveDraftAsync(message)
Public Function SaveDraftAsync (message As EmailMessage) As IAsyncAction
Parameters
- message
- EmailMessage
The draft email message to save.
Returns
An async action indicating that the operation has completed.
Windows requirements
App capabilities |
email
emailSystem
|