Default constructor.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
ArgumentException | Is raised when any of the arguments has invalid value. |
ArgumentNullException | Is raised when dataItems is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119