Share via


INMessageAttribute Enum

Definition

Enumerates the attributes of a message.

[ObjCRuntime.Native]
public enum INMessageAttribute
[<ObjCRuntime.Native>]
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.

Applies to