EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

Expand Event

Fired for every email address returned by the server when the Expand method is called.

Syntax

typedef void __fastcall (__closure *TibeSMTPExpandEvent)(System::TObject* Sender, TibeSMTPExpandEventParams *e);


__property TibeSMTPExpandEvent OnExpand = {read=FOnExpand, write=FOnExpand};

typedef struct {
     String Address;
} TibeSMTPExpandEventParams;

Remarks

This event is fired for every email address as returned by the mail server when the Expand method is called.

The Address parameter may contain a name and an email address or just an email address, suitable for any of the addressing properties.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]