LumiSoft Net Help
IMAP_e_Search Class
NamespacesLumiSoft.Net.IMAP.ServerIMAP_e_Search
This class provides data for IMAP_Session.Search event.
Declaration Syntax
C#Visual BasicVisual C++F#
public class IMAP_e_Search : EventArgs
Public Class IMAP_e_Search
	Inherits EventArgs
public ref class IMAP_e_Search : public EventArgs
type IMAP_e_Search =  
    class
        inherit EventArgs
    end
Members
All MembersMethodsProperties



IconMemberDescription
AddMessage(Int64)
Adds message which matches search criteria.

Criteria
Gets search criteria.

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.)
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.)
Response
Gets or sets IMAP server response to this operation.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Remarks
IMAP SEARCH handler application should provide message UID per each search criteria matched message by calling AddMessage(Int64) method.
Inheritance Hierarchy
Object
EventArgs
 IMAP_e_Search

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