IFolderItems Property Ipswitch.Messaging.Framework
Gets an enumerable collection of items that this folder contains.

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

IEnumerable<FrameworkFolderItem> Items { get; }

Property Value

Type: IEnumerableFrameworkFolderItem
Exceptions

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

Reference