IconIndex enum

The values indicate the types of item icons to display.
Inheritance

Constructors

IconIndex()
const

Values

Default → const IconIndex
A default icon.
PostItem → const IconIndex
Post Item
MailRead → const IconIndex
Icon read
MailUnread → const IconIndex
Icon unread
MailReplied → const IconIndex
Icon replied
MailForwarded → const IconIndex
Icon forwarded
MailEncrypted → const IconIndex
Icon encrypted
MailSmimeSigned → const IconIndex
Icon S/MIME signed
MailEncryptedReplied → const IconIndex
Icon encrypted replied
MailSmimeSignedReplied → const IconIndex
Icon S/MIME signed replied
MailEncryptedForwarded → const IconIndex
Icon encrypted forwarded
MailSmimeSignedForwarded → const IconIndex
Icon S/MIME signed forwarded
MailEncryptedRead → const IconIndex
Icon encrypted read
MailSmimeSignedRead → const IconIndex
Icon S/MIME signed read
MailIrm → const IconIndex
IRM-protected mail
MailIrmForwarded → const IconIndex
IRM-protected mail forwarded
MailIrmReplied → const IconIndex
IRM-protected mail replied
SmsSubmitted → const IconIndex
Icon sms routed to external messaging system
SmsRoutedToDeliveryPoint → const IconIndex
Icon sms routed to external messaging system
SmsRoutedToExternalMessagingSystem → const IconIndex
Icon sms routed to external messaging system
SmsDelivered → const IconIndex
Icon sms routed to external messaging system
OutlookDefaultForContacts → const IconIndex
Outlook Default for Contacts
AppointmentItem → const IconIndex
Icon appointment item
AppointmentRecur → const IconIndex
Icon appointment recur
AppointmentMeet → const IconIndex
Icon appointment meet
AppointmentMeetRecur → const IconIndex
Icon appointment meet recur
AppointmentMeetNY → const IconIndex
Icon appointment meet NY
AppointmentMeetYes → const IconIndex
Icon appointment meet yes
AppointmentMeetNo → const IconIndex
Icon appointment meet no
AppointmentMeetMaybe → const IconIndex
Icon appointment meet maybe
AppointmentMeetCancel → const IconIndex
Icon appointment meet cancel
AppointmentMeetInfo → const IconIndex
Icon appointment meet info
TaskItem → const IconIndex
Icon task item
TaskRecur → const IconIndex
Icon task recur
TaskOwned → const IconIndex
Icon task owned
TaskDelegated → const IconIndex
Icon task delegated

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<IconIndex>
A constant List of the values in this enum, in order of their declaration.