Represents a contact that acts as an email distribution list.
Inheritance Hierarchy
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
The GroupContact type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GroupContact |
Initilize a new GroupContact instance contained in the indicated folder.
|
Methods
Name | Description | |
---|---|---|
![]() | Delete |
Remove this contact from its parent folder and its data store.
(Inherited from Contact.) |
![]() | Dispose | (Inherited from FrameworkFolderItem.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Save |
Save this contact to its data store.
(Inherited from Contact.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Categories |
Gets or sets a list of categories that this Contact belongs to.
(Inherited from Contact.) |
![]() | Created |
Gets the date and time that this contact was created.
(Inherited from Contact.) |
![]() | DisplayName |
Gets a friendly name for this contact.
(Overrides ContactDisplayName.) |
![]() | Flag |
Gets or sets flagging settings.
(Inherited from Contact.) |
![]() | Id |
Gets an ID that uniquely identifies this contact.
(Inherited from Contact.) |
![]() | Modified |
Gets the date and time that this contact was last modified.
(Inherited from Contact.) |
![]() | Name |
Gets the name of this group.
|
![]() | ParentFolder |
Gets or sets the folder that this Contact is contained within.
(Inherited from Contact.) |
![]() | PrimaryEmail |
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.) |
![]() | Private |
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.) |
![]() | Recipients |
Gets or sets a list of recipients that should recieve messages sent to this contact.
|
See Also