EmailMessage.BccRecipients Property

Definition

Email bcc recipients.

public System.Collections.Generic.IEnumerable<Microsoft.SemanticKernel.Plugins.MsGraph.Models.EmailAddress>? BccRecipients { get; set; }
member this.BccRecipients : seq<Microsoft.SemanticKernel.Plugins.MsGraph.Models.EmailAddress> with get, set
Public Property BccRecipients As IEnumerable(Of EmailAddress)

Property Value

Applies to