| TnefAttachFlags Enumeration |
The TNEF attach flags.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax [FlagsAttribute]
public enum TnefAttachFlags
Members Member name | Value | Description |
---|
None | 0 |
No AttachFlags set.
|
InvisibleInHtml | 1 |
The attachment is invisible in HTML bodies.
|
InvisibleInRtf | 2 |
The attachment is invisible in RTF bodies.
|
RenderedInBody | 4 |
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