MailController..::..GetMails Method
Gets the Mails
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetMails( long Uid, int PageSize, string Folder, bool Seen, string MailAddress, string Subject, string Body, Object MailDateMin, Object MailDateMax )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetMails ( _ Uid As Long, _ PageSize As Integer, _ Folder As String, _ Seen As Boolean, _ MailAddress As String, _ Subject As String, _ Body As String, _ MailDateMin As Object, _ MailDateMax As Object _ ) As ActionResult
Parameters
- Uid
- Type: Int64
- PageSize
- Type: Int32
- Folder
- Type: String
- Seen
- Type: Boolean
- MailAddress
- Type: String
- Subject
- Type: String
- Body
- Type: String
- MailDateMin
- Type: Object
- MailDateMax
- Type: Object