MimeContentUTF8
The MimeContentUTF8 element contains the UTF-8 MIME stream of an object that is represented in base64Binary format and supports email address internationalization and [RFC6530].
<MimeContentUTF8 CharacterSet="" />
MimeContentType
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
CharacterSet |
If set, the value for this attribute is ignored by the server. |
Child elements
None.
Parent elements
CalendarItem | Contact | DistributionList | Item | MeetingCancellation | MeetingMessage | MeetingRequest | MeetingResponse | Message | RemoveItem | Task
Text value
A text value that represents a base64binary MIME stream is required if this element is used.
Remarks
The message content goes through the following three levels of encoding before it is stored in the MimeContentUTF8 value:
Message text — This is the body encoding, such as iso-2022-jp for Japanese characters.
MIME stream — This is the UTF8 encoding of the message text for the MimeContentUTF8 element, or the ASCII encoding of the message text for the MimeContent element.
XML document — This is always the base64-encoded ASCII stream of the MIME stream, where characters such as '<', which are meaningful to XML, are hidden from XML parsers.
Each level is independent of the level that precedes it.
The MimeContentUTF8 element might contain the same data that other properties that are returned with an item contain.
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.
Version differences
This element is available in versions of Exchange starting with build 15.00.0986.00.
Element information
Name | Value |
---|---|
Namespace |
http://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |