Presents the priority level for the e-mail message.
[Visual Basic] Public Enum MailPriority
[C#] public enum MailPriority
[C++] __value public enum MailPriority
[JScript] public enum MailPriority
Members
Members name | Description |
Normal | The e-mail message has normal priority. |
High | The e-mail message has high priority. |
Low | The e-mail message has low priority. |
See Also
Online Tutorials
Parse Email in C# - Tutorial
Parse Email in VB.NET - Tutorial
Parse Email in C++/CLI - Tutorial