Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

IdentityList Event

Fired for every identity when ListIdentities is called.

Syntax

public open class DefaultAmazonsesEventListener : AmazonsesEventListener {
  ...
  public override fun identityList(e: AmazonsesIdentityListEvent) {}
  ...
}

public class AmazonsesIdentityListEvent {
  val identity: String?
}

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) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Kotlin Edition - Version 20.0 [Build 7941]