Soap.SOAPAttachIntf.IMimeAttachmentHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IMimeAttachmentHandler = interface

C++

__interface  INTERFACE_UUID("{6B742425-FE6A-4EC2-ACF9-4751AF4E0EF8}") IMimeAttachmentHandler  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.SOAPAttachIntf.pas
Soap.SOAPAttachIntf.hpp
Soap.SOAPAttachIntf Soap.SOAPAttachIntf

Description

IMimeAttachmentHandler is the interface for interpreting or manipulating the multipart form that represents a Web Service call that includes an attachment.

IMimeAttachmentHandler defines methods for working with multipart forms that represent SOAP requests which include attachments. It is used internally to process the headers of the SOAP envelope part of multipart forms, to generate events when the application sends or receives a multipart form that represents a Web Service call which includes attachments, and to parse or assemble such a multipart form.

See Also