다음을 통해 공유


IFsrmActionEmail.MailReplyTo Property

 

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