CSSearchableItemAttributeSet.LikelyJunk 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 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