EmailMessage.Bcc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the recipients BCC'd to the email message.
public:
property IVector<EmailRecipient ^> ^ Bcc { IVector<EmailRecipient ^> ^ get(); };
IVector<EmailRecipient> Bcc();
public IList<EmailRecipient> Bcc { get; }
var iVector = emailMessage.bcc;
Public ReadOnly Property Bcc As IList(Of EmailRecipient)
Property Value
The recipients BCC'd to the email message.
Windows requirements
App capabilities |
email
emailSystem
|