CalendarFolder MethodsIpswitch.Messaging.Framework

The CalendarFolder type exposes the following members.

Methods

  NameDescription
Public methodAdd
This method adds the passed in CalendarItem to this folder, and returns the Guid id assigned to the item once added
(Overrides FolderTAdd(T).)
Public methodAddByUid
This method adds the passed in CalendarItem to this folder, and returns the uint id assigned to the item once added
(Overrides FolderTAddByUid(T).)
Public methodClear
This method deletes all the CalendarItems in this folder
(Overrides FolderTClear.)
Public methodDelete
Remove the folder from the owning user's folder collection.
(Inherited from FolderT.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
This method gets the CalendarItem in this folder with the passed in Guid id
(Overrides FolderTGet(Guid).)
Public methodgetFolderOwnerLevel (Inherited from FolderT.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItem (Overrides FolderTGetItem(Guid).)
Public methodGetItems
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveTo(Guid)
Move the folder to a new parent.
(Inherited from FolderT.)
Public methodMoveTo(String)
Move the folder to a new parent.
(Inherited from FolderT.)
Public methodSave
Saves any changes made to this folder by adding or updating it in the owning user's folder collection.
(Inherited from FolderT.)
Public methodToString
Returns a string representing the folder.
(Inherited from FolderT.)
Top
See Also

Reference