CalendarFolderGet Method Ipswitch.Messaging.Framework
This method gets the CalendarItem in this folder with the passed in Guid id

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

public override CalendarItem Get(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
The Guid id of the CalendarItem to retrieve from this folder

Return Value

Type: CalendarItem
The retrieved CalendarItem with the Guid id matching the passed in id
See Also

Reference