MailMessageBcc Property

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; }

Property Value

Type: MailAddressCollection
See Also