 | IMailHeaderCC Property |
Gets or sets the cc.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
SyntaxProperty CC As String
Get
Set
property String^ CC {
String^ get ();
void set (String^ value);
}
abstract CC : string with get, set
Property Value
Type:
String
The cc.
See Also