---
title: "reloadVisibleMessages(completionHandler:)"
framework: mailkit
role: symbol
role_heading: Type Method
path: "mailkit/meextensionmanager/reloadvisiblemessages(completionhandler:)"
---

# reloadVisibleMessages(completionHandler:)

## Declaration

```swift
class func reloadVisibleMessages(completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)
```

```swift
class func reloadVisibleMessages() async throws
```

## Discussion

Discussion important: You can call this method from synchronous code using a completion handler, as shown on this page, or you can call it as an asynchronous method that has the following declaration: class func reloadVisibleMessages() async throws For information about concurrency and asynchronous code in Swift, see Calling Objective-C APIs Asynchronously.

## See Also

### Type Methods

- [reloadContentBlocker(withIdentifier:completionHandler:)](mailkit/meextensionmanager/reloadcontentblocker(withidentifier:completionhandler:).md)
