Envelope Class |
public class Envelope
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. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString |
Returns a String that represents the current Envelope.
(Overrides ObjectToString) | |
TryParse | Tries to parse the given text into a new Envelope instance. |