PowerTCP Mail for .NET
Priority Property




Gets or sets the Priority of the message.
Syntax
Public Property Priority As Priority
Dim instance As MailMessage
Dim value As Priority
 
instance.Priority = value
 
value = instance.Priority
public Priority Priority {get; set;}
public: __property Priority get_Priority();
public: __property void set_Priority( 
   Priority value
);
public:
property Priority Priority {
   Priority get();
   void set (    Priority value);
}

Property Value

Priority enum value indicates the priority level of the message. Defaults to Priority.None.
Remarks

Priority.None indicates the "Priority" header fields is not used. Otherwise, the "Priority" header field is use.

See Also

Reference

MailMessage Class
MailMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic