Gets the list of addresses of recipients that are not to be revealed to other recipients of the message.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property Bcc As MailAddressCollection Get Private Set |
C# |
---|
public MailAddressCollection Bcc { get; private set; } |