IdentityList Event

Fired for every identity when ListIdentities is called.

Syntax

public event OnIdentityListHandler OnIdentityList;

public delegate void OnIdentityListHandler(object sender, AmazonsesIdentityListEventArgs e);

public class AmazonsesIdentityListEventArgs : EventArgs {
  public string Identity { get; }
}
Public Event OnIdentityList As OnIdentityListHandler

Public Delegate Sub OnIdentityListHandler(sender As Object, e As AmazonsesIdentityListEventArgs)

Public Class AmazonsesIdentityListEventArgs Inherits EventArgs
  Public ReadOnly Property Identity As String
End Class

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 .NET Edition - Version 20.0 [Build 8308]