Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public IMAP_MessageInfo( string id, long uid, string[] flags, int size, DateTime internalDate )
Public Sub New ( id As String, uid As Long, flags As String(), size As Integer, internalDate As DateTime )
public: IMAP_MessageInfo( String^ id, long long uid, array<String^>^ flags, int size, DateTime internalDate )
new : id : string * uid : int64 * flags : string[] * size : int * internalDate : DateTime -> IMAP_MessageInfo
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when id or flags is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119