EmailActionPriority Property
Gets or sets the priority of the e-mail message.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[XmlIgnoreAttribute]
[DefaultValueAttribute(typeof(MailPriority), "Normal")]
public MailPriority Priority { get; set; }
Property Value
MailPriorityA
MailPriority that contains the priority of this message.