EmailMessage.CcRecipients Property

Definition

Email cc recipients.

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

Property Value

Applies to