[This is preliminary documentation and subject to change.]
Options used while decoding the message's content.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value | 
|---|---|---|
| None | None of the above. | 0 | 
| AllowAttachments | Allow attachments. | 1 | 
| AllowHtml | Allow html body parts. If there is no alternative part to the html one, the body part will be ignored | 2 | 
| NamedAnchors | Add a named anchor to the html body before each body part that has a Content-ID header. The anchor will be named as Message-ID_Content-ID | 4 | 
| DecodeTnef | Decode ms-tnef content | 8 | 
| UuDecode | Decode uuencoded content | 16 | 
| CreateFolder | If folder where attachemts are saved does not exist, create it. | 32 | 
| Default | Default options (AllowAttachments and AllowHtml) | 3 | 
Namespace: anmar.SharpMimeTools
Assembly: SharpMimeTools (in SharpMimeTools.dll)
anmar.SharpMimeTools Namespace