This class represents IMAP SEARCH HEADER (field-name) (string) key. Defined in RFC 3501 6.4.4.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class IMAP_Search_Key_Header : IMAP_Search_Key
Public Class IMAP_Search_Key_Header Inherits IMAP_Search_Key
public ref class IMAP_Search_Key_Header : public IMAP_Search_Key
type IMAP_Search_Key_Header = class inherit IMAP_Search_Key end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
IMAP_Search_Key_Header(String, String) |
Default constructor.
| |
Equals(Object) | (Inherited from Object.) | |
FieldName |
Gets header field name.
| |
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.) | |
ToString()()()() |
Returns this as string.
(Overrides Object.ToString()()()().) | |
Value |
Gets filter value.
|
Remarks
Messages that have a header with the specified field-name (as
defined in [RFC-2822]) and that contains the specified string
in the text of the header (what comes after the colon). If the
string to search is zero-length, this matches all messages that
have a header line with the specified field-name regardless of
the contents.
Inheritance Hierarchy
Object | ||
IMAP_Search_Key | ||
IMAP_Search_Key_Header |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119