EmailFolderItems Property Ipswitch.Messaging.Framework
The items in the folder

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

public override IEnumerable<Email> Items { get; }

Property Value

Type: IEnumerableEmail
Exceptions

ExceptionCondition
FolderAccessExceptionThrown when reading items in the folder is not allowed.
See Also

Reference