PowerTCP Mail for .NET
Cc Property




Gets or sets the email address(es) of the "carbon-copy" recipient(s).
Syntax
Public Property Cc As String
Dim instance As MailMessage
Dim value As String
 
instance.Cc = value
 
value = instance.Cc
public string Cc {get; set;}
public: __property string* get_Cc();
public: __property void set_Cc( 
   string* value
);
public:
property String^ Cc {
   String^ get();
   void set (    String^ value);
}

Property Value

Decoded email address(es). A comma is used to separate multiple addresses.
Remarks

Gets or sets the "Cc:" header field. This header field indicates the secondary recipient(s) to which the message should be sent. Set to null or empty to remove the header field.

When set, the address format is standardized and the "friendly name" is word-encoded using HeaderDictionary.Encoding.

See Also

Reference

MailMessage Class
MailMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic