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-1998 Microsoft Corporation. All rights reserved.