 | MimeConfigurationProcessTnefAutomatically 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
Boolean
See Also