IPWorks S/MIME 2020 .NET Edition

Questions / Feedback?

Sensitivity Property

Sensitivity of the mail message (optional).

Syntax

public ShtmlmailerSensitivities Sensitivity { get; set; }

enum ShtmlmailerSensitivities { esUnspecified, esPersonal, esPrivate, esCompanyConfidential }
Public Property Sensitivity As ShtmlmailerSensitivities

Enum ShtmlmailerSensitivities esUnspecified esPersonal esPrivate esCompanyConfidential End Enum

Default Value

0

Remarks

This property is an indication of how sensitive it is to disclose the message to people other than the recipients of the message. When set, a Sensitivity header will added to the message. Possible values are: esPersonal (1), esPrivate (2), and esCompanyConfidential (3).

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 .NET Edition - Version 20.0 [Build 8154]