LumiSoft Net Help
IMAP_r_u_Fetch Constructor (msgSeqNo, dataItems)
NamespacesLumiSoft.Net.IMAPIMAP_r_u_FetchIMAP_r_u_Fetch(Int32, array<IMAP_t_Fetch_r_i>[]()[][])
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_r_u_Fetch(
	int msgSeqNo,
	IMAP_t_Fetch_r_i[] dataItems
)
Public Sub New ( 
	msgSeqNo As Integer,
	dataItems As IMAP_t_Fetch_r_i()
)
public:
IMAP_r_u_Fetch(
	int msgSeqNo, 
	array<IMAP_t_Fetch_r_i^>^ dataItems
)
new : 
        msgSeqNo : int * 
        dataItems : IMAP_t_Fetch_r_i[] -> IMAP_r_u_Fetch
Parameters
msgSeqNo (Int32)
Message 1-based sequence number.
dataItems (array<IMAP_t_Fetch_r_i>[]()[][])
Fetch response data-items.
Exceptions
ExceptionCondition
ArgumentExceptionIs raised when any of the arguments has invalid value.
ArgumentNullExceptionIs raised when dataItems is null reference.

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