Soap.SOAPAttachIntf.IMimeAttachmentHandler.SetOnGetAttachmentEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnGetAttachmentEvent(OnGetAttachment: TOnGetAttachmentEvent);

C++

virtual void __fastcall SetOnGetAttachmentEvent(TOnGetAttachmentEvent OnGetAttachment) = 0 ;

Properties

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

Description

Assigns the OnGetAttachment event handler.

SetOnGetAttachmentEvent is the write implementation for the OnGetAttachment event.

OnGetAttachment is the event handler that should to respond to the event.

See Also