MimeComplianceStatus Enumeration
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
<FlagsAttribute> _
Public Enumeration MimeComplianceStatus
[FlagsAttribute] 
public enum MimeComplianceStatus
[FlagsAttribute] 
public enum class MimeComplianceStatus
/** @attribute FlagsAttribute() */ 
public enum MimeComplianceStatus
FlagsAttribute 
public enum MimeComplianceStatus
Members
| Member name | Description | 
|---|---|
| BareLinefeedInBody | A line was found in a MIME part body that was terminated by a bare linefeed. | 
| BareLinefeedInHeader | A line was found in a MIME part header that was terminated by a bare linefeed. | 
| Compliant | The incoming MIME content was compliant. | 
| InvalidBoundary | A boundary was not of the correct form. | 
| InvalidExternalBody | An external body was specified by using an invalid syntax. | 
| InvalidHeader | A header was not of the correct form. | 
| InvalidTransferEncoding | A composite part contained an invalid transfer-encoding value. | 
| InvalidWrapping | A line was found that was longer than 1000 characters. | 
| MissingBodySeparator | A body separator was missing. | 
| MissingBoundary | A required boundary was missing. | 
| MissingBoundaryParameter | A composite header was missing a boundary parameter. | 
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003