 | EmailActionPriority Property |
Gets or sets the priority of the e-mail message.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic MailPriority Priority { get; set; }
Public Property Priority As MailPriority
Get
Set
public:
property MailPriority Priority {
MailPriority get ();
void set (MailPriority value);
}
Request Example
View SourceProperty Value
Type:
MailPriorityA
MailPriority that contains the priority of this message.
See Also