IFsrmActionEmail.MailBcc Property

 

Retrieves or sets the blind carbon copy (Bcc) email address to which email is sent when this action generates email.

This property is read/write.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string MailBcc { get; set; }
property String^ MailBcc {
    String^ get();
    void set(String^ value);
}
abstract MailBcc : string with get, set
Property MailBcc As String

Property Value

Type: System.String

A String that contains the blind carbon copy (Bcc) email address to which email is sent when this action generates email. The string is limited to 4,000 characters.

See Also

IFsrmActionEmail2
IFsrmActionEmail Interface
Microsoft.Storage Namespace

Return to top