Gets or sets the address collection
that contains the BCC recipients of message
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public virtual MailAddressCollection Bcc { get; set; }
Public Overridable Property Bcc As MailAddressCollection
Get
Set
public:
virtual property MailAddressCollection^ Bcc {
MailAddressCollection^ get ();
void set (MailAddressCollection^ value);
}
abstract Bcc : MailAddressCollection with get, set
override Bcc : MailAddressCollection with get, set
Property Value
Type:
MailAddressCollectionSee Also