This class provides IMAP FETCH response handling methods.
| C# | Visual Basic | Visual 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_Client_FetchHandler
<ObsoleteAttribute("Use Fetch(bool uid,IMAP_t_SeqSet seqSet,IMAP_t_Fetch_i[] items,EventHandler<EventArgs<IMAP_r_u>> callback) intead.")> Public Class IMAP_Client_FetchHandler
[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_Client_FetchHandler
[<ObsoleteAttribute("Use Fetch(bool uid,IMAP_t_SeqSet seqSet,IMAP_t_Fetch_i[] items,EventHandler<EventArgs<IMAP_r_u>> callback) intead.")>] type IMAP_Client_FetchHandler = class end
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| IMAP_Client_FetchHandler()()()() |
Default constructor.
| |
| Body |
Is raised when current message FETCH BODY[] data-item is returned.
| |
| CurrentSeqNo |
Gets current message sequence number. Value -1 means no current message.
| |
| Envelope |
Is raised when current message FETCH ENVELOPE data-item is returned.
| |
| Equals(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 |
Is raised when current message FETCH FLAGS data-item is returned.
| |
| 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 |
Is raised when current message FETCH INTERNALDATE data-item is returned.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NextMessage |
This event is raised when current message changes and next message FETCH data-items will be returned.
| |
| Rfc822 |
Is raised when current message FETCH RFC822 data-item is returned.
| |
| Rfc822Header |
Is raised when current message FETCH RFC822.HEADER data-item is returned.
| |
| Rfc822Size |
Is raised when current message FETCH RFC822.SIZE data-item is returned.
| |
| Rfc822Text |
Is raised when current message FETCH RFC822.TEXT data-item is returned.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| UID |
Is raised when current message FETCH UID data-item is returned.
| |
| X_GM_MSGID |
Is raised when current message FETCH GMail X-GM-MSGID data-item is returned.
| |
| X_GM_THRID |
Is raised when current message FETCH GMail X-GM-THRID data-item is returned.
|
| Object | |
| IMAP_Client_FetchHandler | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119