LumiSoft Net Help
IMAP_e_Fetch Class
NamespacesLumiSoft.Net.IMAP.ServerIMAP_e_Fetch
This class provides data for IMAP_Session.Fetch event.
Declaration Syntax
C#Visual BasicVisual 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
Members
All MembersMethodsProperties



IconMemberDescription
AddData(IMAP_MessageInfo, Mail_Message)
Adds specified message for FETCH response processing.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
Remarks
IMAP FETCH handler application should provide requested data for each message in MessagesInfo by calling AddData(IMAP_MessageInfo, Mail_Message) method.
Inheritance Hierarchy
Object
EventArgs
 IMAP_e_Fetch

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