MsoAlertIconType Enumeration
Specifies which icon, if any, to display with an alert.
| Name | Value | Description |
|---|---|---|
| msoAlertIconCritical | 1 | Displays the Critical icon.
|
| msoAlertIconInfo | 4 | Displays the Info icon.
|
| msoAlertIconNoIcon | 0 | Displays no icon with the alert message. |
| msoAlertIconQuery | 2 | Displays the Query icon.
|
| msoAlertIconWarning | 3 | Displays the Warning icon. |