RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMimeAttachmentHandler Interface

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

Pascal
IMimeAttachmentHandler = interface;
C++
__interface IMimeAttachmentHandler;

IMimeAttachmentHandler defines methods for working with multipart forms that represent SOAP requests which include attachements. 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.

Note: C++ method declarations that use IMimeAttachmentHandler use the _di_IMimeAttachmentHandler type instead. This type is a DelphiInterface wrapper around the IMimeAttachmentHandler interface:

typedef System::DelphiInterfaceDelphiInterface_object< IMimeAttachmentHandler >  _di_IMimeAttachmentHandler;

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!