Contents

reload()

Refreshes the compose session with the extension’s new information.

Declaration

func reload()

Discussion

Call this method from your extension to regenerate address annotations to replace existing annotations for the session. In response, MailKit invokes annotateAddressesForSession(_:completion:) for all addresses in the To, Cc, and Bcc fields.

See Also

Managing Compose Sessions