MailSensitivity Enumeration
Defines the available values for MailMessage.Sensitivity property.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum MailSensitivity
Members
  Member nameValueDescription
None0 No sensitivity is set.
Normal1 The normal sensitivity.
Personal2 The sensitivity is set to Personal, as specified by Outlook clients.
Private3 The sensitivity is set to Private, as specified by Outlook clients.
Confidential4 The sensitivity is set to CompanyConfidential, as specified by Outlook clients.
See Also