This class provides data for IMAP_Session.Search event.

C# | Visual Basic | Visual 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

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddMessage(Int64) |
Adds message which matches search criteria.
|
![]() | Criteria |
Gets search criteria.
|
![]() | 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.) |
![]() | 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.) |

IMAP SEARCH handler application should provide message UID per each search criteria matched message
by calling AddMessage(Int64) method.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119