IMAP ENVELOPE STRUCTURE (date, subject, from, sender, reply-to, to, cc, bcc, in-reply-to, and message-id).
Defined in RFC 3501 7.4.2.
| C# | Visual Basic | Managed C++ |
public class IMAP_Envelope
Public Class IMAP_Envelope
public ref class IMAP_Envelope
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| IMAP_EnvelopeNew() |
Default constructor.
| |
| Bcc |
Gets header field "Bcc:" value. Returns null if value isn't set.
| |
| Cc |
Gets header field "Cc:" value. Returns null if value isn't set.
| |
| ConstructEnvelope(MimeEntity) |
Construct secified mime entity ENVELOPE string.
| |
| Date |
Gets header field "Date:" value. Returns DateTime.MinValue if no date or date parsing fails.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| From |
Gets header field "From:" value. Returns null if value isn't set.
| |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| InReplyTo |
Gets header field "In-Reply-To:" value. Returns null if value isn't set.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MessageID |
Gets header field "Message-ID:" value. Returns null if value isn't set.
| |
| Parse(String) |
Parses ENVELOPE from IMAP envelope string.
| |
| ReplyTo |
Gets header field "Reply-To:" value. Returns null if value isn't set.
| |
| Sender |
Gets header field "Sender:" value. Returns null if value isn't set.
| |
| Subject |
Gets header field "Subject:" value. Returns null if value isn't set.
| |
| To |
Gets header field "To:" value. Returns null if value isn't set.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| IMAP_Envelope | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)