| Hunny Software Library Reference | |
FetchResponse Members
FetchResponse overview
Public Instance Properties
BodySection |
Gets the body section data, if present.
|
BodyStructure |
Gets the BODYSTRUCTURE or BODY data, if present.
|
Envelope |
Gets the ENVELOPE data, if present.
|
Flags |
Gets the FLAGS data, if present.
|
InternalDate |
Gets the INTERNALDATE data, if present.
|
Name (inherited from Response) |
Gets the name of the response.
|
Rfc822 |
Gets the RFC822 data, if present.
|
Rfc822Header |
Gets the RFC822.HEADER data, if present.
|
Rfc822Size |
Gets the RFC822.SIZE data, if present.
|
Rfc822Text |
Gets the RFC822.TEXT data, if present.
|
SequenceNumber |
Gets the sequence number of the message to which the response
applies.
|
Uid |
Gets the UID data, if present.
|
Public Instance Methods
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable
for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before
the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
FetchResponse Class | Hunny.Mail Namespace | Imap4Client.Fetch method | Imap4Client.Store method | Imap4Client.UidFetch method | Imap4Client.UidStore method | FETCH
response in the IMAP4 specification