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