IFsrmActionEmail2.MailReplyTo Property
Gets and sets the MailReplyTo property.
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
Returns the MailReplyTo property.
Implements
See Also
IFsrmActionEmail2 Interface
Microsoft.Storage Namespace
Return to top