LumiSoft Net Help
IMAP_Search_Key_Or Constructor (key1, key2)
NamespacesLumiSoft.Net.IMAPIMAP_Search_Key_OrIMAP_Search_Key_Or(IMAP_Search_Key, IMAP_Search_Key)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_Search_Key_Or(
	IMAP_Search_Key key1,
	IMAP_Search_Key key2
)
Public Sub New ( 
	key1 As IMAP_Search_Key,
	key2 As IMAP_Search_Key
)
public:
IMAP_Search_Key_Or(
	IMAP_Search_Key^ key1, 
	IMAP_Search_Key^ key2
)
new : 
        key1 : IMAP_Search_Key * 
        key2 : IMAP_Search_Key -> IMAP_Search_Key_Or
Parameters
key1 (IMAP_Search_Key)
Search key1.
key2 (IMAP_Search_Key)
Search key2.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when key1 or key2 is null reference.

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