CSSearchableItemAttributeSet.LikelyJunk Property

Definition

Gets or sets a value with Boolean semantics that tells whether a message is likely to be considered junk.

public virtual Foundation.NSNumber LikelyJunk { [Foundation.Export("isLikelyJunk", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setLikelyJunk:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.LikelyJunk : Foundation.NSNumber with get, set

Property Value

1 indicates that the item is likely junk. 0 indicates that the item is not likely junk.

This value can be null.

Attributes

Applies to