FolderTAddByUid Method Ipswitch.Messaging.Framework
Add an item to the folder while retrieving the Uid of the new item in the folder.

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

public abstract uint AddByUid(
	T item
)

Parameters

item
Type: T
The item to add to the folder

Return Value

Type: UInt32
A Uid that represents the new item in the folder.
Exceptions

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

Reference