GroupContact ClassIpswitch.Messaging.Framework
Represents a contact that acts as an email distribution list.
Inheritance Hierarchy

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

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

public class GroupContact : Contact

The GroupContact type exposes the following members.

Constructors

  NameDescription
Public methodGroupContact
Initilize a new GroupContact instance contained in the indicated folder.
Top
Methods

  NameDescription
Public methodDelete
Remove this contact from its parent folder and its data store.
(Inherited from Contact.)
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.
(Inherited from Contact.)
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.
(Inherited from Contact.)
Public propertyCreated
Gets the date and time that this contact was created.
(Inherited from Contact.)
Public propertyDisplayName
Gets a friendly name for this contact.
(Overrides ContactDisplayName.)
Public propertyFlag
Gets or sets flagging settings.
(Inherited from Contact.)
Public propertyId
Gets an ID that uniquely identifies this contact.
(Inherited from Contact.)
Public propertyModified
Gets the date and time that this contact was last modified.
(Inherited from Contact.)
Public propertyName
Gets the name of this group.
Public propertyParentFolder
Gets or sets the folder that this Contact is contained within.
(Inherited from Contact.)
Public propertyPrimaryEmail
Gets a primary email address to be used by this contact. Since this type of contact is an arbitrary number of email addresses, there is no primary email address. This will always return a null reference.
(Overrides ContactPrimaryEmail.)
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.
(Inherited from Contact.)
Public propertyRecipients
Gets or sets a list of recipients that should recieve messages sent to this contact.
Top
See Also

Reference