{CompanyName} FlexyGo

Reception..::..SyncDownloadMails Method

SyncDownload Mails.

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

Syntax


public static bool SyncDownloadMails(
	EmailAccount EmailAccount,
	string Folder,
	List<long> Uids,
	int PageSize,
	string UserName
)
Public Shared Function SyncDownloadMails ( _
	EmailAccount As EmailAccount, _
	Folder As String, _
	Uids As List(Of Long), _
	PageSize As Integer, _
	UserName As String _
) As Boolean

Parameters

EmailAccount
Type: FLEXYGO.Security..::..EmailAccount
Folder
Type: String
Uids
Type: List<(Of <(<'Int64>)>)>
PageSize
Type: Int32
UserName
Type: String

Return Value

Boolean