encodingEnum

Specifies how certain properties are placed in the message.

Some properties have large values. When these values are passed as part of the Simple Object Access Protocol (SOAP) message, the demand for memory on your system may be too high. If this happens, the request will fail. By placing these values in an attachment, the amount of memory required for the request may be decreased.

References

Used by the following properties:

Members

base64

Specifies that binary properties will be base64 encoded. The value will be located in the SOAP body.

MIME

Specifies that data may be placed in a MIME attachment, depending on the request. This method of transmitting the data must be supported by the server.

MIMECompressed

Specifies that data may be placed in a MIME attachment, depending on the request. The data is compressed using the gzip compression algorithm. This method of transmitting the data must be supported by the server.