LumiSoft Net Help
IMAP_Envelope Class
NamespacesLumiSoft.Net.IMAPIMAP_Envelope
This class represents IMAP FETCH ENVELOPE data item. Defined in RFC 3501.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use Fetch(bool uid,IMAP_t_SeqSet seqSet,IMAP_t_Fetch_i[] items,EventHandler<EventArgs<IMAP_r_u>> callback) intead.")]
public class IMAP_Envelope
<ObsoleteAttribute("Use Fetch(bool uid,IMAP_t_SeqSet seqSet,IMAP_t_Fetch_i[] items,EventHandler<EventArgs<IMAP_r_u>> callback) intead.")>
Public Class IMAP_Envelope
[ObsoleteAttribute(L"Use Fetch(bool uid,IMAP_t_SeqSet seqSet,IMAP_t_Fetch_i[] items,EventHandler<EventArgs<IMAP_r_u>> callback) intead.")]
public ref class IMAP_Envelope
[<ObsoleteAttribute("Use Fetch(bool uid,IMAP_t_SeqSet seqSet,IMAP_t_Fetch_i[] items,EventHandler<EventArgs<IMAP_r_u>> callback) intead.")>]
type IMAP_Envelope =  class end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
IMAP_Envelope(DateTime, String, array<Mail_t_Address>[]()[][], array<Mail_t_Address>[]()[][], array<Mail_t_Address>[]()[][], array<Mail_t_Address>[]()[][], array<Mail_t_Address>[]()[][], array<Mail_t_Address>[]()[][], String, String)
Default constructor.

Bcc
Gets message Bcc header field value. Value null means no Bcc header field.

Cc
Gets message Cc header field value. Value null means no Cc header field.

ConstructEnvelope(Mail_Message)
Construct secified mime entity ENVELOPE string.

Date
Gets message Date header field value. Value DateTime.Min means no Date header field.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
From
Gets message From header field value. Value null means no From header field.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InReplyTo
Gets message In-Reply-To header field value. Value null means no In-Reply-To header field.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MessageID
Gets message Message-ID header field value. Value null means no Message-ID header field.

Parse(StringReader)
Parses IMAP ENVELOPE from string.

ReplyTo
Gets message Reply-To header field value. Value null means no Reply-To header field.

Sender
Gets message Sender header field value. Value null means no Sender header field.

Subject
Gets message Subject header field value. Value null means no Subject header field.

To
Gets message To header field value. Value null means no To header field.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
IMAP_Envelope

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119