Edit

Share via


Global.OfficeScript.EmailImportance enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The importance value of the email. Corresponds to "high", "normal", and "low" importance values available in the Outlook UI.

Fields

high = "high"

Email is marked as high importance.

low = "low"

Email is marked as low importance.

normal = "normal"

Email does not have any importance specified.