| RecipientInfo Constructor (String, String, String) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public RecipientInfo(
string recipientId,
string recipientName,
string recipientEmail
)
Public Sub New (
recipientId As String,
recipientName As String,
recipientEmail As String
)
Parameters
- recipientId
- Type: SystemString
- recipientName
- Type: SystemString
- recipientEmail
- Type: SystemString
Remarks See Also