This class provides data for IMAP_Session.Fetch event.

C# | Visual Basic | Visual C++ | F# |
public class IMAP_e_Fetch : EventArgs
Public Class IMAP_e_Fetch Inherits EventArgs
public ref class IMAP_e_Fetch : public EventArgs
type IMAP_e_Fetch = class inherit EventArgs end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddData(IMAP_MessageInfo, Mail_Message) |
Adds specified message for FETCH response processing.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FetchDataType |
Gets fetch data type(Specifies what data AddData method expects).
|
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MessagesInfo |
Gets messages info.
|
![]() | Response |
Gets or sets IMAP server response to this operation.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

IMAP FETCH handler application should provide requested data for each message in MessagesInfo
by calling AddData(IMAP_MessageInfo, Mail_Message) method.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119