EmailFolderGetFilteredLiteItems Method Ipswitch.Messaging.Framework
Gets the items that fall between the Start and End in the Specified sorting order.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IEnumerable<LiteFrameworkFolderItem> GetFilteredLiteItems(
	DateTimeOffset Start,
	DateTimeOffset End,
	Dictionary<EmailSortType, EmailSortOrder> Sorting = null
)

Parameters

Start
Type: SystemDateTimeOffset
Earliest message to retrieve.
End
Type: SystemDateTimeOffset
Latest message to retrieve.
Sorting (Optional)
Type: System.Collections.GenericDictionaryEmailSortType, EmailSortOrder
Fields to sort on and their sorting order.

Return Value

Type: IEnumerableLiteFrameworkFolderItem

[Missing <returns> documentation for "M:Ipswitch.Messaging.Framework.Mail.EmailFolder.GetFilteredLiteItems(System.DateTimeOffset,System.DateTimeOffset,System.Collections.Generic.Dictionary{Ipswitch.Messaging.Framework.EmailSortType,Ipswitch.Messaging.Framework.EmailSortOrder})"]

Exceptions

ExceptionCondition
FolderAccessExceptionThrown when reading items in the folder is not allowed.
NotSupportedExceptionThrown when the UID metadata is not stored in a SQL Database.
See Also

Reference