Click or drag to resize

MimeConfiguration Class

Represents MIME tree processing configuration.
Inheritance Hierarchy
SystemObject
  Limilabs.MailMimeConfiguration

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public class MimeConfiguration

The MimeConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodMimeConfiguration Creates new MimeConfiguration object.
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also