Click or drag to resize

MimeConfiguration Properties

The MimeConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyCopyHeadersOnRfc822Extraction
Specifies if email headers from the outer message are copied to a extracted, inner email message. Default is true.
Public propertyExtractRfc822Automatically
Gets or sets a value indicating if message (MessageRfc822, MessageGlobal) being a single root should be extracted. Default is true.
Public propertyProcessAppleAutomatically
Gets or sets a value indicating if files stored in AppleSingle (ApplicationAppleFile) and AppleDouble (MultipartAppleDouble) entities should be extracted. Default is true.
Public propertyProcessBinHexAutomatically
Gets or sets a value indicating if file stored in BinHex attachments (ApplicationBinHex) should be extracted. Default is true.
Public propertyProcessTnefAutomatically
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.
Public propertyProcessUueAutomatically
Gets or sets a value indicating if inline UUE attachments should be extracted. Default is true.
Public propertyRemoveInlinedUue
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.
Public propertySMIMEConfiguration
Gets or sets S/MIME configuration (automatic decryption, signed message extraction, certificates used for decryption and signature validation).
Top
See Also