XlPriority Enumeration

Specifies the priority of a SendMailer message.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlPriority
'Usage
Dim instance As XlPriority
public enum XlPriority

Members

Member name Description
xlPriorityHigh High.
xlPriorityLow Low.
xlPriorityNormal Normal.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace