Soap.SOAPAttachIntf.IMimeAttachmentHandler.GetOnSendAttachmentEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetOnSendAttachmentEvent: TOnSendAttachmentEvent;

C++

virtual TOnSendAttachmentEvent __fastcall GetOnSendAttachmentEvent() = 0 ;

Properties

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

Description

Returns the OnSendAttachment event handler.

GetOnSendAttachmentEvent is the read implementation for the OnSendAttachment event handler.

See Also