MimeConfiguration Class |
Namespace: Limilabs.Mail
The MimeConfiguration type exposes the following members.
Name | Description | |
---|---|---|
MimeConfiguration |
Creates new MimeConfiguration object.
|
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).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |