IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

Expand Event

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

Syntax

ANSI (Cross Platform)
virtual int FireExpand(PSMTPExpandEventParams *e);
typedef struct {
const char *Address; int reserved; } PSMTPExpandEventParams; Unicode (Windows) virtual INT FireExpand(PSMTPExpandEventParams *e);
typedef struct {
LPCWSTR Address; INT reserved; } PSMTPExpandEventParams;
- (void)onExpand:(NSString*)address;
#define EID_PSMTP_EXPAND 4

virtual INT IPWORKSOPENPGP_CALL FireExpand(LPSTR &lpszAddress);

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) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 C++ Edition - Version 20.0 [Build 8249]