IdentityList Event

Fired for every identity when ListIdentities is called.

Syntax

ANSI (Cross Platform)
virtual int FireIdentityList(AmazonSESIdentityListEventParams *e);
typedef struct {
const char *Identity; int reserved; } AmazonSESIdentityListEventParams; Unicode (Windows) virtual INT FireIdentityList(AmazonSESIdentityListEventParams *e);
typedef struct {
LPCWSTR Identity; INT reserved; } AmazonSESIdentityListEventParams;
- (void)onIdentityList:(NSString*)identity;
#define EID_AMAZONSES_IDENTITYLIST 2

virtual INT CLOUDMAIL_CALL FireIdentityList(LPSTR &lpszIdentity);

Remarks

This event fires for each identity when ListIdentities is called. The Identity parameter will contain either an email address or domain depending on the parameter specified in the call to ListIdentities.

Identities will also be populated.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 C++ Edition - Version 20.0 [Build 8308]