LumiSoft Net Help
IMAP_r_u_Fetch Class
NamespacesLumiSoft.Net.IMAPIMAP_r_u_Fetch
This class represents IMAP FETCH response. Defined in RFC 3501 7.4.2.
Declaration Syntax
C#Visual BasicVisual C++F#
public class IMAP_r_u_Fetch : IMAP_r_u
Public Class IMAP_r_u_Fetch
	Inherits IMAP_r_u
public ref class IMAP_r_u_Fetch : public IMAP_r_u
type IMAP_r_u_Fetch =  
    class
        inherit IMAP_r_u
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
IMAP_r_u_Fetch(Int32, array<IMAP_t_Fetch_r_i>[]()[][])
Default constructor.

Body
Gets BODY[] values.

BodyStructure
Gets BODYSTRUCTURE value. Returns null if fetch response doesn't contain specified data-item.

DataItems
Gets fetch response data items.

Envelope
Gets ENVELOPE value. Returns null if fetch response doesn't contain specified data-item.

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.)
Flags
Gets FLAGS value. Returns null if fetch response doesn't contain specified data-item.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InternalDate
Gets INTERNALDATE value. Returns null if fetch response doesn't contain specified data-item.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Rfc822
Gets RFC822 value. Returns null if fetch response doesn't contain specified data-item.

Rfc822Header
Gets RFC822.HEADER value. Returns null if fetch response doesn't contain specified data-item.

Rfc822Size
Gets RFC822.SIZE value. Returns null if fetch response doesn't contain specified data-item.

Rfc822Text
Gets RFC822.TEXT value. Returns null if fetch response doesn't contain specified data-item.

SeqNo
Gets message 1-based sequence number.

ToStreamAsync(IMAP_Session, Stream, IMAP_Mailbox_Encoding, EventHandler<(Of <<'(EventArgs<(Of <<'(Exception>)>>)>)>>))
Starts writing response to the specified stream.
(Overrides IMAP_r.ToStreamAsync(IMAP_Session, Stream, IMAP_Mailbox_Encoding, EventHandler<(Of <<'(EventArgs<(Of <<'(Exception>)>>)>)>>)).)
ToStreamAsync(Stream, IMAP_Mailbox_Encoding, EventHandler<(Of <<'(EventArgs<(Of <<'(Exception>)>>)>)>>))
Starts writing response to the specified stream.
(Inherited from IMAP_r.)
ToString(IMAP_Mailbox_Encoding)
Returns this as string.
(Inherited from IMAP_r.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UID
Gets UID value. Returns null if fetch response doesn't contain specified data-item.

X_GM_MSGID
Gets X-GM-MSGID value. Returns null if fetch response doesn't contain specified data-item.

X_GM_THRID
Gets X-GM-THRID value. Returns null if fetch response doesn't contain specified data-item.

Inheritance Hierarchy
Object
IMAP_r
 IMAP_r_u
  IMAP_r_u_Fetch

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