MailingListUser Constructor
Initializes a new instance of the MailingListUser class.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
emailAddress As String _
)
'Usage
Dim emailAddress As String
Dim instance As New MailingListUser(emailAddress)
public MailingListUser(
string emailAddress
)
public:
MailingListUser(
String^ emailAddress
)
public function MailingListUser(
emailAddress : String
)
Parameters
- emailAddress
Type: System..::.String
E-mail address of the user.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The emailAddress parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
The user may be on a StaticList or an ExpressionList.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.