Click or drag to resize

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; }

Property Value

Type: Boolean
See Also