IPWorks EDI 2020 Python Edition

Questions / Feedback?

on_expand Event

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

Syntax

class SMTPExpandEventParams(object):
  @property
  def address() -> str: ...

# In class SMTP:
@property
def on_expand() -> Callable[[SMTPExpandEventParams], None]: ...
@on_expand.setter
def on_expand(event_hook: Callable[[SMTPExpandEventParams], None]) -> None: ...

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 EDI 2020 Python Edition - Version 20.0 [Build 8203]