CalendarFolderAddByUid Method Ipswitch.Messaging.Framework
This method adds the passed in CalendarItem to this folder, and returns the uint id assigned to the item once added

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

public override uint AddByUid(
	CalendarItem item
)

Parameters

item
Type: Ipswitch.Messaging.FrameworkCalendarItem
The CalendarItem to add to this folder

Return Value

Type: UInt32
The uint id assigned to the added CalendarItem
See Also

Reference