Soap.SOAPAttachIntf.IMimeAttachmentHandler.SetOnSendAttachmentEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnSendAttachmentEvent(OnSendAttachment: TOnSendAttachmentEvent);

C++

virtual void __fastcall SetOnSendAttachmentEvent(TOnSendAttachmentEvent OnSendAttachment) = 0 ;

Properties

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

Description

Assigns the OnSendAttachment event handler.

SetOnSendAttachmentEvent is the write implementation for the OnSendAttachment event.

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

See Also