Share via


EmailMessage.Bcc property

The Bcc property gets the hidden recipients of the message.

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property Bcc As EmailRecipientCollection
    Get
'Usage
Dim instance As EmailMessage
Dim value As EmailRecipientCollection

value = instance.Bcc
public EmailRecipientCollection Bcc { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.Email.EmailRecipientCollection

See also

Reference

EmailMessage class

EmailMessage members

Microsoft.Exchange.Data.Transport.Email namespace