MailController..::..GetMailHeaders Method
Gets the Mail Headers
Namespace:
FLEXYGO.Controlers.UI
Assembly:
FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetMailHeaders( int Page, int PageSize, string Folder, bool Seen, string MailAddress, string Subject, string Body, Object MailDateMin, Object MailDateMax )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetMailHeaders ( _ Page As Integer, _ 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
- Page
- Type: Int32
Page number.
- PageSize
- Type: Int32
Page size
- Folder
- Type: String
Name of the folder.
- Seen
- Type: Boolean
Seen
- MailAddress
- Type: String
Name of the mail address.
- Subject
- Type: String
Subject
- Body
- Type: String
Body
- MailDateMin
- Type: Object
Mail date min
- MailDateMax
- Type: Object
Mail date max