LumiSoft Net Help
IMAP_MessageInfo Constructor (id, uid, flags, size, internalDate)
NamespacesLumiSoft.Net.IMAP.ServerIMAP_MessageInfoIMAP_MessageInfo(String, Int64, array<String>[]()[][], Int32, DateTime)
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
id (String)
Message ID.
uid (Int64)
Message IMAP UID value.
flags (array<String>[]()[][])
Message flags.
size (Int32)
Message size in bytes.
internalDate (DateTime)
Message IMAP internal date.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when id or flags is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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