EmailMailboxGetAutoReplySettingsRequest.ReportCompletedAsync 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.
Informs the email client that the request was processed successfully.
Successful completion of the asynchronous operation indicates that the autoReplySettings parameter contains the retrieved auto-reply settings.
public:
virtual IAsyncAction ^ ReportCompletedAsync(EmailMailboxAutoReplySettings ^ autoReplySettings) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(EmailMailboxAutoReplySettings const& autoReplySettings);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(EmailMailboxAutoReplySettings autoReplySettings);
function reportCompletedAsync(autoReplySettings)
Public Function ReportCompletedAsync (autoReplySettings As EmailMailboxAutoReplySettings) As IAsyncAction
Parameters
- autoReplySettings
- EmailMailboxAutoReplySettings
The requested settings, in the requested format.
Returns
An asynchronous get operation on an EmailMailboxGetAutoReplySettingsRequest.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|