EmailMailboxGetAutoReplySettingsRequest
EmailMailboxGetAutoReplySettingsRequest
EmailMailboxGetAutoReplySettingsRequest
EmailMailboxGetAutoReplySettingsRequest
Class
Definition
Details of a request to get auto-reply settings.
public : sealed class EmailMailboxGetAutoReplySettingsRequest : IEmailMailboxGetAutoReplySettingsRequestpublic sealed class EmailMailboxGetAutoReplySettingsRequest : IEmailMailboxGetAutoReplySettingsRequestPublic NotInheritable Class EmailMailboxGetAutoReplySettingsRequest Implements IEmailMailboxGetAutoReplySettingsRequest// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Used in your GetAutoReplySettingsRequested event handler. Use the instance of this class returned by the EmailMailboxGetAutoReplySettingsRequestEventArgs.Request property.
Properties
EmailMailboxId EmailMailboxId EmailMailboxId EmailMailboxId
Gets the email box ID of the mailbox whose settings are being retrieved.
public : PlatForm::String EmailMailboxId { get; }public string EmailMailboxId { get; }Public ReadOnly Property EmailMailboxId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A mailbox ID.
RequestedFormat RequestedFormat RequestedFormat RequestedFormat
Gets the requested format of the auto-reply settings.
public : EmailMailboxAutoReplyMessageResponseKind RequestedFormat { get; }public EmailMailboxAutoReplyMessageResponseKind RequestedFormat { get; }Public ReadOnly Property RequestedFormat As EmailMailboxAutoReplyMessageResponseKind// You can use this property in JavaScript.
- Value
- EmailMailboxAutoReplyMessageResponseKind EmailMailboxAutoReplyMessageResponseKind EmailMailboxAutoReplyMessageResponseKind EmailMailboxAutoReplyMessageResponseKind
An EmailMailboxAutoReplyMessageResponseKind value representing the requested format of the returned settings.
Methods
ReportCompletedAsync(EmailMailboxAutoReplySettings) ReportCompletedAsync(EmailMailboxAutoReplySettings) ReportCompletedAsync(EmailMailboxAutoReplySettings) ReportCompletedAsync(EmailMailboxAutoReplySettings)
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 : IAsyncAction ReportCompletedAsync(EmailMailboxAutoReplySettings autoReplySettings)public IAsyncAction ReportCompletedAsync(EmailMailboxAutoReplySettings autoReplySettings)Public Function ReportCompletedAsync(autoReplySettings As EmailMailboxAutoReplySettings) As IAsyncAction// You can use this method in JavaScript.
- autoReplySettings
- EmailMailboxAutoReplySettings EmailMailboxAutoReplySettings EmailMailboxAutoReplySettings EmailMailboxAutoReplySettings
The requested settings, in the requested format.
An asynchronous get operation on an EmailMailboxGetAutoReplySettingsRequest.
ReportFailedAsync() ReportFailedAsync() ReportFailedAsync() ReportFailedAsync()
Informs the client that the request was not processed successfully.
public : IAsyncAction ReportFailedAsync()public IAsyncAction ReportFailedAsync()Public Function ReportFailedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous get operation on an EmailMailboxGetAutoReplySettingsRequest.