Represents a single recipient for a group contact (distribution list).
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkContactRecipient
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The ContactRecipient type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContactRecipient |
Initialize a new ContactRecipient instance.
|
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Address |
Gets or sets the email address string used by this recipient. The email address can be
a fully formed email address, including a quoted friendly name.
| |
| Created |
Gets the date and time that this recipient entry was created.
| |
| Modified |
Gets the date and time that this recipient entry was last modified.
|
See Also