FolderContainerGetAll Method (Boolean, Boolean, Boolean)Ipswitch.Messaging.Framework
Retrieves an enumerable collection of all folders the user has access to.

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

public IEnumerable<IFolder> GetAll(
	bool includePersonalFolders = true,
	bool includePublicFolders = true,
	bool includeSharedFolders = true
)

Parameters

includePersonalFolders (Optional)
Type: SystemBoolean
Whether or not to include folders that are owned by the user.
includePublicFolders (Optional)
Type: SystemBoolean
Whether or not to include public folders that the user has access to.
includeSharedFolders (Optional)
Type: SystemBoolean
Whether or not to include shared folders that the user has access to.

Return Value

Type: IEnumerableIFolder
An IEnumerable object that can iterate over the indicated folders.
See Also

Reference