Emailer can you make the email urgent?

I am using the Ice.Mail.SmtpMailer(this.Session). Is there a way to make the email urgent/important?

Thanks,

Ken

If you’re willing to create your own SmtpClient mailer, you can easily specify the importance.
The importance is on the MailMessage class.

1 Like