FolderTAdd Method Ipswitch.Messaging.Framework
Add an item to the folder.

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

public abstract Guid Add(
	T item
)

Parameters

item
Type: T
The item to add to the folder.

Return Value

Type: Guid
A Guid that is the ID representing the new item in the folder.
Exceptions

ExceptionCondition
FolderAccessExceptionThrown when adding items to the folder is not allowed.
See Also

Reference