ContactFolder ClassIpswitch.Messaging.Framework
Represents a folder containing Contact items
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkFolderContact
    Ipswitch.Messaging.FrameworkContactFolder

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

public class ContactFolder : Folder<Contact>

The ContactFolder type exposes the following members.

Constructors

  NameDescription
Public methodContactFolder
Initialize a new ContactFolder instance belonging to the indicated User.
Top
Methods

  NameDescription
Public methodAdd
Adds a copy of the specified contact to the data store for this folder.
(Overrides FolderTAdd(T).)
Public methodAddByUid
Adds a copy of the specified contact to the data store for this folder.
(Overrides FolderTAddByUid(T).)
Public methodClear
Removes all contacts belonging to this folder from the folder's data store.
(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
Retrieve a Contact with the specified ID belonging to this folder
(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 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
Properties

  NameDescription
Public propertyCanAddItems
Gets a value that indicates whether new items can be added to this folder.
(Inherited from FolderT.)
Public propertyCanDeleteItems
Gets a value that indicates whether items from this folder can be deleted.
(Inherited from FolderT.)
Public propertyCanEditItems
Gets a value that indicates whether items from this folder can be modified.
(Inherited from FolderT.)
Public propertyCanReadItems
Gets a value that indicates whether items in this folder can be read.
(Inherited from FolderT.)
Public propertyCount
Gets the total number of contacts contained by this folder.
(Overrides FolderTCount.)
Public propertyCreated
Gets the exact date/time that this folder was created.
(Overrides FolderTCreated.)
Public propertyDisplayName
Gets or sets a string used to identify this folder for display purposes.
(Inherited from FolderT.)
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 FolderT.)
Public propertyId
Gets or sets a unique identifier for this folder.
(Overrides FolderTId.)
Public propertyIsDefaultFolder
Gets a value that indicates whether this folder is the default folder for it's type Inbox, Contacts, Calendar, etc...
(Inherited from FolderT.)
Public propertyIsPublic
Gets a value that indicates whether this folder is a public folder. Public folders do not have an owning user.
(Inherited from FolderT.)
Public propertyItems
Gets an enumerable collection of Contacts that are contained in this folder.
(Overrides FolderTItems.)
Public propertyItemType
Gets the type of items that this folder contains.
(Inherited from FolderT.)
Public propertyLastItemChange
Gets the date and time of the last instance where some item in this folder was changed or added.
(Overrides FolderTLastItemChange.)
Public propertyLiteItems (Inherited from FolderT.)
Public propertyModified
Gets the exact date/time that this folder was last modified.
(Overrides FolderTModified.)
Public propertyOriginalDisplayName
Gets the original value of DisplayName when this folder was created or last saved.
(Inherited from FolderT.)
Public propertyOriginalId
Gets the original value of Id set when this folder was created or last saved.
(Inherited from FolderT.)
Public propertyOriginalParentId
Gets the original value of ParentId set when this folder was created or last saved.
(Inherited from FolderT.)
Public propertyOwner
Gets information about the user that owns this folder.
(Inherited from FolderT.)
Public propertyOwnerLevel (Inherited from FolderT.)
Public propertyParentId
Gets the identifier used to uniquly identify the parent of this folder.
(Inherited from FolderT.)
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 FolderT.)
Public propertySubfolders
Gets an enumerable collection of subfolders each of which have this folder as its parent folder.
(Inherited from FolderT.)
Public propertyUid
Top
See Also

Reference