Soap.SOAPAttachIntf.IMimeAttachmentHandler.GetOnGetAttachmentEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetOnGetAttachmentEvent: TOnGetAttachmentEvent;

C++

virtual TOnGetAttachmentEvent __fastcall GetOnGetAttachmentEvent() = 0 ;

Properties

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

Description

Returns the OnGetAttachment event handler.

GetOnGetAttachmentEvent is the read implementation for the OnGetAttachment event.

See Also