Contact ClassIpswitch.Messaging.Framework
Represents information about a contact or distribution list.
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkFrameworkFolderItem
    Ipswitch.Messaging.FrameworkContact
      Ipswitch.Messaging.FrameworkGroupContact
      Ipswitch.Messaging.FrameworkIndividualContact

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

public abstract class Contact : FrameworkFolderItem

The Contact type exposes the following members.

Constructors

  NameDescription
Public methodContact
Initializes a new Contact instance that will be contained by the indicated ContactFolder.
Top
Methods

  NameDescription
Public methodDelete
Remove this contact from its parent folder and its data store.
Public methodDispose (Inherited from FrameworkFolderItem.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSave
Save this contact to its data store.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCategories
Gets or sets a list of categories that this Contact belongs to.
Public propertyCreated
Gets the date and time that this contact was created.
Public propertyDisplayName
Gets a friendly name that represents this contact.
Public propertyFlag
Gets or sets flagging settings.
Public propertyId
Gets an ID that uniquely identifies this contact.
(Overrides FrameworkFolderItemId.)
Public propertyModified
Gets the date and time that this contact was last modified.
Public propertyParentFolder
Gets or sets the folder that this Contact is contained within.
Public propertyPrimaryEmail
Gets the primary email address used by this contact.
Public propertyPrivate
Gets or sets a value that indicates whether or not this Contact will be visible in a public folder to non-owner users.
Top
See Also

Reference