ILClassificationAction Enum
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.
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. |