Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The IconIndexType simple type specifies the icons to display.<116>
-
<xs:simpleType name="IconIndexType"> <xs:restriction base="xs:string"> <xs:enumeration value="Default"/> <xs:enumeration value="PostItem"/> <xs:enumeration value="MailRead"/> <xs:enumeration value="MailUnread"/> <xs:enumeration value="MailReplied"/> <xs:enumeration value="MailForwarded"/> <xs:enumeration value="MailEncrypted"/> <xs:enumeration value="MailSmimeSigned"/> <xs:enumeration value="MailEncryptedReplied"/> <xs:enumeration value="MailSmimeSignedReplied"/> <xs:enumeration value="MailEncryptedForwarded"/> <xs:enumeration value="MailSmimeSignedForwarded"/> <xs:enumeration value="MailEncryptedRead"/> <xs:enumeration value="MailSmimeSignedRead"/> <xs:enumeration value="MailIrm"/> <xs:enumeration value="MailIrmForwarded"/> <xs:enumeration value="MailIrmReplied"/> <xs:enumeration value="SmsSubmitted"/> <xs:enumeration value="SmsRoutedToDeliveryPoint"/> <xs:enumeration value="SmsRoutedToExternalMessagingSystem"/> <xs:enumeration value="SmsDelivered"/> <xs:enumeration value="OutlookDefaultForContacts"/> <xs:enumeration value="AppointmentItem"/> <xs:enumeration value="AppointmentRecur"/> <xs:enumeration value="AppointmentMeet"/> <xs:enumeration value="AppointmentMeetRecur"/> <xs:enumeration value="AppointmentMeetNY"/> <xs:enumeration value="AppointmentMeetYes"/> <xs:enumeration value="AppointmentMeetNo"/> <xs:enumeration value="AppointmentMeetMaybe"/> <xs:enumeration value="AppointmentMeetCancel"/> <xs:enumeration value="AppointmentMeetInfo"/> <xs:enumeration value="TaskItem"/> <xs:enumeration value="TaskRecur"/> <xs:enumeration value="TaskOwned"/> <xs:enumeration value="TaskDelegated"/> </xs:restriction> </xs:simpleType>
The following table describes the values defined by the IconIndexType simple type.
|
Value |
Meaning |
|---|---|
|
Default |
Specifies the default icon. |
|
PostItem |
Specifies the icon for a post item ([MS-OXWSPOST] section 2.2.4.1). |
|
MailRead |
Specifies the mail read icon. |
|
MailUnread |
Specifies the unread mail icon. |
|
MailReplied |
Specifies the replied to mail icon. |
|
MailForwarded |
Specifies the forwarded mail icon. |
|
MailEncrypted |
Specifies the encrypted mail icon. |
|
MailSmimeSigned |
Specifies the S/MIME (Secure/Multipurpose Internet Mail Extensions) signed mail icon. |
|
MailEncryptedReplied |
Specifies the encrypted replied to mail icon. |
|
MailSmimeSignedReplied |
Specifies the S/MIME signed replied to mail icon. |
|
MailEncryptedForwarded |
Specifies the encrypted forwarded mail icon. |
|
MailSmimeSignedForwarded |
Specifies the S/MIME signed forwarded mail icon. |
|
MailEncryptedRead |
Specifies the encrypted read mail icon. |
|
MailSmimeSignedRead |
Specifies the S/MIME signed read mail icon. |
|
MailIrm |
Specifies the Information Rights Management (IRM)-protected mail icon. |
|
MailIrmForwarded |
Specifies the IRM-protected forwarded mail icon. |
|
MailIrmReplied |
Specifies the IRM-protected replied to mail icon. |
|
SmsSubmitted |
Specifies the icon mail submitted for Short Message Service (SMS) routing. |
|
SmsRoutedToDeliveryPoint |
Specifies the icon for SMS routing to an external delivery point. |
|
SmsRoutedToExternalMessagingSystem |
Specifies the icon for SMS routing to an external messaging system. |
|
SmsDelivered |
Specifies the SMS delivered mail icon. |
|
OutlookDefaultForContacts |
Specifies the default icon for contacts. |
|
AppointmentItem |
Specifies the appointment item icon. |
|
AppointmentRecur |
Specifies the recurring appointment icon. |
|
AppointmentMeet |
Specifies the meeting icon. |
|
AppointmentMeetRecur |
Specifies the recurring meeting icon. |
|
AppointmentMeetNY |
Specifies the icon for a tentative response to the meeting . |
|
AppointmentMeetYes |
Specifies the meeting acceptance icon. |
|
AppointmentMeetNo |
Specifies the meeting declined icon. |
|
AppointmentMeetMaybe |
Specifies the icon for a maybe response to the meeting. |
|
AppointmentMeetCancel |
Specifies the meeting cancel icon. |
|
AppointmentMeetInfo |
Specifies the meeting information icon. |
|
TaskItem |
Specifies the task item icon. |
|
TaskRecur |
Specifies the recurring task icon. |
|
TaskOwned |
Specifies the task owned icon. |
|
TaskDelegated |
Specifies the task delegated icon. |