Soap.SOAPAttachIntf.IMimeAttachmentHandler.OnGetAttachment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetAttachment: TOnGetAttachmentEvent read GetOnGetAttachmentEvent write SetOnGetAttachmentEvent;

C++

__property TOnGetAttachmentEvent OnGetAttachment = {read=GetOnGetAttachmentEvent, write=SetOnGetAttachmentEvent};

Properties

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

Description

Occurs for each attachment as it is read.

The MIME attachment handler generates this event as it reads each incoming attachment. 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