EncodeMIME
The EncodeMIME component, which usually appears in the Add Header Stage of a Commerce Interchange Transmit pipeline, encodes the business data object into Quoted printable or Base 64, wraps it in MIME, and then writes it back into the Transport Dictionary.
- Content Type. Specifies the content type of the source object prior to encoding by the component.
- UN/EDIFACT. Specifies that the source data is a UN/EDIFACT-formatted EDI object.
- ANSIX12 (EDI-X12). Specifies that the source data is an ANSI X12 850-formatted EDI object.
- EDI-Consent. Specifies that the source data is an EDI-Consent-formatted object.
- Content Encoding. Specifies how the object is to be encoded.
- Quoted Printable. Specifies that the component should encode the object as Quoted Printable. This format is generally used when the object does not contain extended characters.
- Base64. Specifies that the component should encode the object as Base 64, which supports the extended character set.
- Read From Field. Specifies the name of the field on the Transport Dictionary from which the working data is read. The working data has already been converted to text by the Map stage.
- Write To Field. Specifies the name of the field on the Transport Dictionary to which the encoded data is written.
Related Topic
© 1997-2000 Microsoft Corporation. All rights reserved.