Specifies the export options that the InternetMail class supports.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| exportDefault | The default export options. The headers for the message are written out in a specific consistent order, with custom headers written to the end of the header block regardless of the order in which they were set or imported from another message. If the message contains Bcc, Received, Return-Path, Status or X400-Received header fields, they will not be exported. | 0 |
| exportAllHeaders | All headers, including the Bcc, Received, Return-Path, Status and X400-Received header fields will be exported. Normally these headers are not exported because they are only used by the mail transport system. This option can be useful when exporting a message to be stored on the local system, but should not be used when exporting a message to be delivered to another user. | 1 |
| exportKeepOrder | The original order in which the message header fields were set or imported are preserved when the message is exported. | 2 |
Namespace: SocketTools
Assembly: SocketTools.InternetMail (in SocketTools.InternetMail.dll)