TnefExtractionOptions Enumeration |
Defines the available flags affecting which items to extract from a TNEF container (winmail.dat).
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax [FlagsAttribute]
public enum TnefExtractionOptions
<FlagsAttribute>
Public Enumeration TnefExtractionOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No additional options. If used with GetAttachmentsFromTnef, empty collection
will be returned.
|
| ExtractAttachments | 1 |
Extract attachments from a TNEF container.
|
| ExtractRtfBody | 2 |
Extract RTF body from a TNEF container. MailBee will add the RTF body as "richbody.rtf" file
to the returned collection (if the RTF body exists in the TNEF). If combined with ExtractAttachments flag,
"richbody.rtf" will be the last element of the returned collection.
|
Remarks See Also