MailBee.NET Objects 7.2

TnefExtractionOptions Enumeration

Defines the available flags affecting which items to extract from a TNEF container (winmail.dat).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum TnefExtractionOptions

Remarks

To extract data from MS-TNEF (winmail.dat) attachments, use GetAttachmentsFromTnef method.

Members

Member Name Description Value
None No additional options. If used with GetAttachmentsFromTnef, empty collection will be returned. 0
ExtractAttachments Extract attachments from a TNEF container. 1
ExtractRtfBody 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. 2

Requirements

Namespace: MailBee.Mime

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Mime Namespace