Represents information about a contact or distribution list.
Inheritance Hierarchy
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
The Contact type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Contact |
Initializes a new Contact instance that will be contained by the indicated ContactFolder.
|
Methods
Name | Description | |
---|---|---|
![]() | Delete |
Remove this contact from its parent folder and its data store.
|
![]() | 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.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Categories |
Gets or sets a list of categories that this Contact belongs to.
|
![]() | Created |
Gets the date and time that this contact was created.
|
![]() | DisplayName |
Gets a friendly name that represents this contact.
|
![]() | Flag |
Gets or sets flagging settings.
|
![]() | Id |
Gets an ID that uniquely identifies this contact.
(Overrides FrameworkFolderItemId.) |
![]() | Modified |
Gets the date and time that this contact was last modified.
|
![]() | ParentFolder |
Gets or sets the folder that this Contact is contained within.
|
![]() | PrimaryEmail |
Gets the primary email address used by this contact.
|
![]() | Private |
Gets or sets a value that indicates whether or not this Contact will be visible in a public folder to non-owner users.
|
See Also