|
MailCcRecipients Property
|
Gets or sets the comma-separated or semicolon-separated e-mail address list of the
Mail message carbon copy (CC) recipients.
Namespace: GSF.Net.SmtpAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic string CcRecipients { get; set; }
Public Property CcRecipients As String
Get
Set
public:
property String^ CcRecipients {
String^ get ();
void set (String^ value);
}
member CcRecipients : string with get, set
function get_CcRecipients();
function set_CcRecipients(value);
View SourceProperty Value
String
See Also