MailMessage::Priority Property

 

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

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property MailPriority Priority {
	MailPriority get();
	void set(MailPriority value);
}

Property Value

Type: System.Net.Mail::MailPriority

A MailPriority that contains the priority of this message.

.NET Framework
Available since 2.0
Return to top
Show: