CSSearchableItemAttributeSet.HiddenAdditionalRecipients 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 or sets an array of CSPerson objects that represent the recipients on the Bcc: line of an email.
public virtual CoreSpotlight.CSPerson[] HiddenAdditionalRecipients { [Foundation.Export("hiddenAdditionalRecipients", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setHiddenAdditionalRecipients:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.HiddenAdditionalRecipients : CoreSpotlight.CSPerson[] with get, set
Property Value
CSPerson[]
(More documentation for this node is coming)
This value can be null
.
- Attributes