Envelope Properties |
The Envelope type exposes the following members.
| Name | Description | |
|---|---|---|
| Bcc | Gets the list of addresses that the message was blind-carbon-copied to. | |
| Cc | Gets the list of addresses that the message was carbon-copied to. | |
| Date | Gets the date that the message was sent on, if available. | |
| From | Gets the address(es) that the message is from. | |
| InReplyTo | The Message-Id that the message is replying to. | |
| MessageId | Gets the ID of the message, if available. | |
| ReplyTo | Gets the address(es) that replies should be sent to. | |
| Sender | Gets the actual sender(s) of the message. | |
| Subject | Gets the subject of the message. | |
| To | Gets the list of addresses that the message was sent to. |