ILClassificationAction Enum

Definition

Enumerates message classification actions.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum ILClassificationAction
type ILClassificationAction = 
Inheritance
ILClassificationAction
Attributes

Fields

None 0

Indicates that no action should be taken.

ReportJunk 2

Indicates that the user reported that the message is junk.

ReportJunkAndBlockSender 3

Indicates that the user reported that the message is junk, and that they want to block the sender.

ReportNotJunk 1

Indicates that the user reported that the message is not junk.

Applies to