EmailMailboxAutoReply
EmailMailboxAutoReply
EmailMailboxAutoReply
EmailMailboxAutoReply
Class
Definition
Represents an auto-reply message set on a mailbox.
public : sealed class EmailMailboxAutoReply : IEmailMailboxAutoReplypublic sealed class EmailMailboxAutoReply : IEmailMailboxAutoReplyPublic NotInheritable Class EmailMailboxAutoReply Implements IEmailMailboxAutoReply// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Call InternalReply or KnownExternalReply or UnknownExternalReply to get an instance of this class.
The functionality described in this topic is not available to all Windows and Windows Phone apps. For your code to call these APIs, Microsoft must approve your use of them and provision your developer account. Otherwise the calls will fail at runtime.
For more information about the Windows.ApplicationModel.Email namespace, please work with your Microsoft Account Team representative.
Properties
IsEnabled IsEnabled IsEnabled IsEnabled
Gets or sets a Boolean value that indicates if the auto-reply message is enabled.
public : PlatForm::Boolean IsEnabled { get; set; }public bool IsEnabled { get; set; }Public ReadWrite Property IsEnabled As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value that indicates if the auto-reply message is enabled.
Response Response Response Response
Gets or sets the auto-reply response text.
public : PlatForm::String Response { get; set; }public string Response { get; set; }Public ReadWrite Property Response As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The auto-reply response text.