FolderTItems Property Ipswitch.Messaging.Framework
Gets an enumerable collection of items contained by this folder.

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

public abstract IEnumerable<T> Items { get; }

Property Value

Type: IEnumerableT
Exceptions

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

Reference