EmailMailboxAutoReply.Response Property
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.
Gets or sets the auto-reply response text.
public:
property Platform::String ^ Response { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Response();
void Response(winrt::hstring value);
public string Response { get; set; }
var string = emailMailboxAutoReply.response;
emailMailboxAutoReply.response = string;
Public Property Response As String
Property Value
The auto-reply response text.
Windows requirements
App capabilities |
email
emailSystem
|