System.Web.Mail.MailMessage Sensitivity

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to change the sensitivity level of a message by modifying
the MailMessage.Headers collection? We're using an Exchange server here and I
would rather not use VSTO at all since the application doing the mailing is a
Windows Service.

Also, I'm using VS2003 and 2005 at the moment.

Thanks!
 
Disregard, I managed to figure it out on my own. I remembered about the MIME
format that the messages used and added the header for Sensitivity to the
message. Here's a link to the RFC containing the headers if anyone else needs
it.

http://www.faqs.org/rfcs/rfc4021.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top