Share via


CSSearchableItemAttributeSet.HiddenAdditionalRecipients Property

Definition

Gets or sets an array of CSPerson objects that represent the recipients on the Bcc: line of an email.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreSpotlight.CSPerson[]? HiddenAdditionalRecipients { [Foundation.Export("hiddenAdditionalRecipients", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setHiddenAdditionalRecipients:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("hiddenAdditionalRecipients", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setHiddenAdditionalRecipients:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.HiddenAdditionalRecipients : CoreSpotlight.CSPerson[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to