IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

Expand Event

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

Syntax

 virtual int FireExpand(SMTPExpandEventParams *e);

 
typedef struct {
char* Address;
int reserved;
} SMTPExpandEventParams;

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) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]