---
title: replyToAddresses
framework: mailkit
role: symbol
role_heading: Instance Property
path: mailkit/memessage/replytoaddresses
---

# replyToAddresses

An array of email addresses to use when replying to the message.

## Declaration

```swift
var replyToAddresses: [MEEmailAddress] { get }
```

## Discussion

Discussion This property corresponds to the Reply-To header in the message. The entries in the array specify the email addresses only, and don’t include any additional text. For example, if the Reply-To header in the message includes Maria Ruiz <mruiz2@icloud.com>, the array contains mruiz2@icloud.com.

## See Also

### Accessing the Sender and Recipients

- [fromAddress](mailkit/memessage/fromaddress.md)
- [toAddresses](mailkit/memessage/toaddresses.md)
- [ccAddresses](mailkit/memessage/ccaddresses.md)
- [bccAddresses](mailkit/memessage/bccaddresses.md)
- [allRecipientAddresses](mailkit/memessage/allrecipientaddresses.md)
