PowerTCP Mail for .NET
Bcc Property




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

Property Value

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

These addresses are used by Smtp to create the list of recipients. The value is not included in the encoded message.

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