{CompanyName} FlexyGo

Reception..::..ListMails Method

List Mails.

Namespace:  FLEXYGO.Mails
Assembly:  flxMail (in flxMail.dll)

Syntax


public static List<MailHeader> ListMails(
	EmailAccount EmailAccount,
	string Folder,
	bool Seen,
	string MailAddress,
	string Subject,
	string Body,
	Object MailDateMin,
	Object MailDateMax,
	long Uid,
	int Pagesize
)
Public Shared Function ListMails ( _
	EmailAccount As EmailAccount, _
	Folder As String, _
	Seen As Boolean, _
	MailAddress As String, _
	Subject As String, _
	Body As String, _
	MailDateMin As Object, _
	MailDateMax As Object, _
	Uid As Long, _
	Pagesize As Integer _
) As List(Of MailHeader)

Parameters

EmailAccount
Type: FLEXYGO.Security..::..EmailAccount
Folder
Type: String
Seen
Type: Boolean
MailAddress
Type: String
Subject
Type: String
Body
Type: String
MailDateMin
Type: Object
MailDateMax
Type: Object
Uid
Type: Int64
Pagesize
Type: Int32

Return Value

List with mails

Exceptions


ExceptionCondition
ExceptionCouldn't get mail items