LumiSoft Net Help
POP3_ServerMessage Constructor (uid, size)
NamespacesLumiSoft.Net.POP3.ServerPOP3_ServerMessagePOP3_ServerMessage(String, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public POP3_ServerMessage(
	string uid,
	int size
)
Public Sub New ( 
	uid As String,
	size As Integer
)
public:
POP3_ServerMessage(
	String^ uid, 
	int size
)
new : 
        uid : string * 
        size : int -> POP3_ServerMessage
Parameters
uid (String)
Message UID value.
size (Int32)
Message size in bytes.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when uid 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