ContactRecipient ClassIpswitch.Messaging.Framework
Represents a single recipient for a group contact (distribution list).
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkContactRecipient

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

public class ContactRecipient

The ContactRecipient type exposes the following members.

Constructors

  NameDescription
Public methodContactRecipient
Initialize a new ContactRecipient instance.
Top
Methods

  NameDescription
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAddress
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.
Public propertyCreated
Gets the date and time that this recipient entry was created.
Public propertyModified
Gets the date and time that this recipient entry was last modified.
Top
See Also

Reference