---
title: fromAddress
framework: mailkit
role: symbol
role_heading: Instance Property
path: mailkit/memessage/fromaddress
---

# fromAddress

The sender’s email address.

## Declaration

```swift
@NSCopying var fromAddress: MEEmailAddress { get }
```

## Discussion

Discussion This property corresponds to the From header in the message. The value specifies the email address only, and doesn’t include any additional text. For example, if the From header in the message is Maria Ruiz <mruiz2@icloud.com>, the value of this property is mruiz2@icloud.com.

## See Also

### Accessing the Sender and Recipients

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