Share via


CSSearchableItemAttributeSet.RecipientAddresses Property

Definition

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

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

Property Value

String[]

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to