Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MimeComplianceStatus enumeration flags report any errors that are found in the incoming Multipurpose Internet Mail Extensions (MIME) content or report that the MIME content is compliant.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration MimeComplianceStatus
'Usage
Dim instance As MimeComplianceStatus
public enum MimeComplianceStatus
Members
| Member name | Description | |
|---|---|---|
| Compliant | The incoming MIME content was compliant. | |
| MissingBoundary | A required boundary was missing. | |
| InvalidBoundary | A boundary was not of the correct form. | |
| InvalidWrapping | A line was found that was longer than 1000 characters. | |
| BareLinefeedInBody | A line was found in a MIME part body that was terminated by a bare linefeed. | |
| InvalidHeader | A header was not of the correct form. | |
| MissingBodySeparator | A body separator was missing. | |
| MissingBoundaryParameter | A composite header was missing a boundary parameter. | |
| InvalidTransferEncoding | A composite part contained an invalid transfer-encoding value. | |
| InvalidExternalBody | An external body was specified by using an invalid syntax. | |
| BareLinefeedInHeader | A line was found in a MIME part header that was terminated by a bare linefeed. | |
| UnexpectedBinaryContent | A MIME part body contains unexpected binary content. |