Contents

fromAddress

The sender’s email address.

Declaration

@NSCopying var fromAddress: MEEmailAddress { get }

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