EmailFolderGetEasLiteItems Method Ipswitch.Messaging.Framework
Gets the items that fall between the Start and End and items already sent to the device.

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

public IEnumerable<LiteFrameworkFolderItem> GetEasLiteItems(
	DateTimeOffset Start,
	DateTimeOffset End,
	EasDeviceInformation device
)

Parameters

Start
Type: SystemDateTimeOffset
Earliest message to retrieve.
End
Type: SystemDateTimeOffset
Latest message to retrieve.
device
Type: Ipswitch.Messaging.FrameworkEasDeviceInformation
EAS Device currently being sync'd

Return Value

Type: IEnumerableLiteFrameworkFolderItem

[Missing <returns> documentation for "M:Ipswitch.Messaging.Framework.Mail.EmailFolder.GetEasLiteItems(System.DateTimeOffset,System.DateTimeOffset,Ipswitch.Messaging.Framework.EasDeviceInformation)"]

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