IFsrmActionEmail.MailCc Property
Retrieves or sets the carbon copy (Cc) 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 MailCc { get; set; }
property String^ MailCc {
String^ get();
void set(String^ value);
}
abstract MailCc : string with get, set
Property MailCc As String
Property Value
Type: System.String
A String that contains the carbon copy (Cc) 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