Click or drag to resize

RecipientInfo Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsRecipientInfo

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class RecipientInfo

The RecipientInfo type exposes the following members.

Constructors
  NameDescription
Public methodRecipientInfo
Initializes a new instance of an object.
Public methodRecipientInfo(String, String, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyEmail
Gets or sets recipient e-mail address.
Public propertyErrorMessage
Gets or sets error message.
Public propertyID
Gets or sets the ID of recipient
Public propertyIsHidden
Gets or sets value which indicate whether this recipient is hidden or not.
Public propertyName
Gets or sets recipient name.
Public propertyRemovePermission
Gets or sets value which indicate whether this recipient has permission to send email or not.
Top
See Also