Dart.Mail Namespace > MailMessage Class : Cc Property |
Public Property Cc As String
Dim instance As MailMessage Dim value As String instance.Cc = value value = instance.Cc
public string Cc {get; set;}
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.