INMessageAttribute 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 the attributes of a message.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INMessageAttribute
type INMessageAttribute =
- Inheritance
-
INMessageAttribute
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The attribute cannot be determined. |
Read | 1 | Indicates that the message should be marked as read. |
Unread | 2 | Indicates that the message should be shown as unread. |
Flagged | 3 | The message is flagged for later attention. |
Unflagged | 4 | The message is not flagged for later attention. |
Played | 5 | Indicates that the message should be marked as having been played. |