NoteFolder ClassIpswitch.Messaging.Framework

[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.NoteFolder"]

Inheritance Hierarchy

System.Object
  Ipswitch.Messaging.Framework.Folder<Note>
    Ipswitch.Messaging.Framework.NoteFolder

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

public class NoteFolder : Folder<Note>

The NoteFolder type exposes the following members.

Constructors

  NameDescription
Public methodNoteFolder
Initializes a new instance of the NoteFolder class
Top
Methods

  NameDescription
Public methodAdd (Overrides Folder<T>.Add(T).)
Public methodAddByUid (Overrides Folder<T>.AddByUid(T).)
Public methodClear (Overrides Folder<T>.Clear().)
Public methodDelete
Remove the folder from the owning user's folder collection.
(Inherited from Folder<T>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet (Overrides Folder<T>.Get(Guid).)
Public methodgetFolderOwnerLevel (Inherited from Folder<T>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItem (Overrides Folder<T>.GetItem(Guid).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveTo(Guid)
Move the folder to a new parent.
(Inherited from Folder<T>.)
Public methodMoveTo(String)
Move the folder to a new parent.
(Inherited from Folder<T>.)
Public methodSave
Saves any changes made to this folder by adding or updating it in the owning user's folder collection.
(Inherited from Folder<T>.)
Public methodToString
Returns a string representing the folder.
(Inherited from Folder<T>.)
Top
Properties

  NameDescription
Public propertyCanAddItems
Gets a value that indicates whether new items can be added to this folder.
(Inherited from Folder<T>.)
Public propertyCanDeleteItems
Gets a value that indicates whether items from this folder can be deleted.
(Inherited from Folder<T>.)
Public propertyCanEditItems
Gets a value that indicates whether items from this folder can be modified.
(Inherited from Folder<T>.)
Public propertyCanReadItems
Gets a value that indicates whether items in this folder can be read.
(Inherited from Folder<T>.)
Public propertyCount (Overrides Folder<T>.Count.)
Public propertyCreated (Overrides Folder<T>.Created.)
Public propertyDisplayName
Gets or sets a string used to identify this folder for display purposes.
(Inherited from Folder<T>.)
Public propertyExists
Gets a value that indicates whether this folder was retrieved from some user's folders. This value will be true if the folder was retrieved from a user's folder collection; otherwise, false.
(Inherited from Folder<T>.)
Public propertyId
Gets or sets a Guid that can be used to uniquly identify this folder.
(Inherited from Folder<T>.)
Public propertyIsDefaultFolder
Gets a value that indicates whether this folder is the default folder for it's type Inbox, Contacts, Calendar, etc...
(Inherited from Folder<T>.)
Public propertyIsPublic
Gets a value that indicates whether this folder is a public folder. Public folders do not have an owning user.
(Inherited from Folder<T>.)
Public propertyItems
Public propertyItemType
Gets the type of items that this folder contains.
(Inherited from Folder<T>.)
Public propertyLastItemChange (Overrides Folder<T>.LastItemChange.)
Public propertyLiteItems (Inherited from Folder<T>.)
Public propertyModified (Overrides Folder<T>.Modified.)
Public propertyOriginalDisplayName
Gets the original value of DisplayName when this folder was created or last saved.
(Inherited from Folder<T>.)
Public propertyOriginalId
Gets the original value of Id set when this folder was created or last saved.
(Inherited from Folder<T>.)
Public propertyOriginalParentId
Gets the original value of ParentId set when this folder was created or last saved.
(Inherited from Folder<T>.)
Public propertyOwner
Gets information about the user that owns this folder.
(Inherited from Folder<T>.)
Public propertyOwnerLevel (Inherited from Folder<T>.)
Public propertyParentId
Gets the identifier used to uniquly identify the parent of this folder.
(Inherited from Folder<T>.)
Public propertyReadOnly
Gets a value that indicates whether this folder can be renamed, moved, or otherwise modified. Note that this does not apply to the items in the folder, only the folder itself. This value will be true if the folder can be modified; otherwise, false.
(Inherited from Folder<T>.)
Public propertySubfolders
Gets an enumerable collection of subfolders each of which have this folder as its parent folder.
(Inherited from Folder<T>.)
Public propertyUid
Top
See Also

Reference