 | MsgElementCC Property |
Gets or sets who message is to.
Namespace:
Koden.Utils.Emailer.ConfigFileSections
Assembly:
Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntaxpublic string CC { get; set; }
Public Property CC As String
Get
Set
public:
property String^ CC {
String^ get ();
void set (String^ value);
}
member CC : string with get, set
Property Value
Type:
String
email address
See Also