LumiSoft Mail Server User API
Add Method (id, uid, size, tag)
Namespaces > LumiSoft.Net.POP3.Server > POP3_MessageCollection > Add(String, String, Int64, Object)
Adds new message info to the collection.
Syntax
C#Visual BasicManaged C++
public POP3_Message Add (
	string id,
	string uid,
	long size,
	Object tag
)
Public Function Add ( _
	id As String, _
	uid As String, _
	size As Long, _
	tag As Object _
) As POP3_Message
public:
POP3_Message^ Add (
	String^ id, 
	String^ uid, 
	long long size, 
	Object^ tag
)
Parameters
id (String)
Message ID.
uid (String)
Message UID.
size (Int64)
Message size in bytes.
tag (Object)
Message user data.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.POP3.Server.POP3_MessageCollection.Add(System.String,System.String,System.Int64,System.Object)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)