Mime |
The MimeConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyHeadersOnRfc822Extraction | Specifies if email headers from the outer message are copied to a extracted, inner email message. Default is true. | |
| ExtractRfc822Automatically | Gets or sets a value indicating if message (MessageRfc822, MessageGlobal) being a single root should be extracted. Default is true. | |
| ProcessAppleAutomatically | Gets or sets a value indicating if files stored in AppleSingle (ApplicationAppleFile) and AppleDouble (MultipartAppleDouble) entities should be extracted. Default is true. | |
| ProcessBinHexAutomatically | Gets or sets a value indicating if file stored in BinHex attachments (ApplicationBinHex) should be extracted. Default is true. | |
| ProcessTnefAutomatically | Gets or sets a value indicating if TNEF attachments (winmail.dat) should be processed. TNEF processing extracts attachments and RTF data from TNEF file and removes TNEF from attachments collections afterwards. Default is true. | |
| ProcessUueAutomatically | Gets or sets a value indicating if inline UUE attachments should be extracted. Default is true. | |
| RemoveInlinedUue | Gets or sets a value indicating if text representation of inline UUE attachments should be removed. Default is false. This property has no affect if ProcessUueAutomatically is set to false. | |
| SMIMEConfiguration | Gets or sets S/MIME configuration (automatic decryption, signed message extraction, certificates used for decryption and signature validation). |