| MailBuilderProcessTnefAutomatically Property |
Gets or sets a value indicating if TNEF attachments (winmail.dat) should be processed.
TNEF processing extracts attachments and RTF data from TNEF file and removes TNEF from attachments collections afterwards.
Default is true.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool ProcessTnefAutomatically { get; set; }
Public Property ProcessTnefAutomatically As Boolean
Get
Set
public:
property bool ProcessTnefAutomatically {
bool get ();
void set (bool value);
}
member ProcessTnefAutomatically : bool with get, set
Property Value
Type:
BooleanSee Also