---
title: reload()
framework: mailkit
role: symbol
role_heading: Instance Method
path: mailkit/mecomposesession/reload()
---

# reload()

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

## Declaration

```swift
func reload()
```

## Discussion

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

- [sessionID](mailkit/mecomposesession/sessionid.md)
