LumiSoft Mail Server User API
GetMessagesInfo Method (user, startDate, endDate)
Namespaces > LumiSoft.MailServer.API.UserAPI > RecycleBin > GetMessagesInfo(String, DateTime, DateTime)
Gets recycle bin messages info.
Syntax
C#Visual BasicManaged C++
public DataTable GetMessagesInfo (
	string user,
	DateTime startDate,
	DateTime endDate
)
Public Function GetMessagesInfo ( _
	user As String, _
	startDate As DateTime, _
	endDate As DateTime _
) As DataTable
public:
DataTable^ GetMessagesInfo (
	String^ user, 
	DateTime startDate, 
	DateTime endDate
)
Parameters
user (String)
User who's recyclebin messages to get or null if all users messages.
startDate (DateTime)
Messages from specified date. Pass DateTime.MinValue if not used.
endDate (DateTime)
Messages to specified date. Pass DateTime.MinValue if not used.
Return Value

[Missing <returns> documentation for M:LumiSoft.MailServer.API.UserAPI.RecycleBin.GetMessagesInfo(System.String,System.DateTime,System.DateTime)]

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)