Edit

Share via


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

Name Value Description
None 0

Indicates that no action should be taken.

ReportNotJunk 1

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

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.

Applies to