Click or drag to resize
MimeKit

TnefAttachFlags Enumeration

The TNEF attach flags.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
[FlagsAttribute]
public enum TnefAttachFlags
Members
Member nameValueDescription
None0 No AttachFlags set.
InvisibleInHtml1 The attachment is invisible in HTML bodies.
InvisibleInRtf2 The attachment is invisible in RTF bodies.
RenderedInBody4 The attachment is referenced (and rendered) by the HTML body.
Remarks
The TnefAttachFlags enum contains a list of possible values for the AttachFlags property.
See Also