Share via


CSSearchableItemAttributeSet.RecipientEmailAddresses Property

Definition

Gets or sets a list of recipient email addresses associated with a message.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[]? RecipientEmailAddresses { [Foundation.Export("recipientEmailAddresses")] get; [Foundation.Export("setRecipientEmailAddresses:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("recipientEmailAddresses")>]
[<set: Foundation.Export("setRecipientEmailAddresses:")>]
member this.RecipientEmailAddresses : string[] with get, set

Property Value

String[]

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to