EmailActionPriority Property

Gets or sets the priority of the e-mail message.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[XmlIgnoreAttribute]
[DefaultValueAttribute(typeof(MailPriority), "Normal")]
public MailPriority Priority { get; set; }

Property Value

MailPriority
A MailPriority that contains the priority of this message.

See Also