EmailFolderLiteItems Property Ipswitch.Messaging.Framework
This enumerator allows for very quick enumeration of the messages in this folder by only populating the Id, Flags, and ReceivedDate fields of the Email object returned. If you need more fields than that do not use this enumerator or use Folder.Get(Email.Id) when you run across an email you need.

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

public override IEnumerable<LiteFrameworkFolderItem> LiteItems { get; }

Property Value

Type: IEnumerableLiteFrameworkFolderItem

Implements

IFolderLiteItems
See Also

Reference