Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the email address to use as the reply-to address when the recipient of the email message replies.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string MailReplyTo { get; set; }
property String^ MailReplyTo {
String^ get();
void set(String^ value);
}
abstract MailReplyTo : string with get, set
Property MailReplyTo As String
Property Value
Type: System.String
A String that contains the email address to use as the reply-to address. The string is limited to 4,000 characters.
See Also
IFsrmActionEmail2
IFsrmActionEmail Interface
Microsoft.Storage Namespace
Return to top