Soap.SOAPAttachIntf.IMimeAttachmentHandler.OnSendAttachment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSendAttachment: TOnSendAttachmentEvent read GetOnSendAttachmentEvent write SetOnSendAttachmentEvent;

C++

__property TOnSendAttachmentEvent OnSendAttachment = {read=GetOnSendAttachmentEvent, write=SetOnSendAttachmentEvent};

Properties

Type Visibility Source Unit Parent
event public
Soap.SOAPAttachIntf.pas
Soap.SOAPAttachIntf.hpp
Soap.SOAPAttachIntf IMimeAttachmentHandler

Description

Occurs for each attachment that is added to a multipart form to be sent.

The MIME attachment handler generates this event as it adds each outgoing attachment to the multipart form. Classes that use the MIME attachment handler, such as TRio or TSoapPascalInvoker, assign their own event handlers as the value of this event.

See Also