Share via


EmailAddress Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the user e-mail address associated with this error.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property EmailAddress As String
'Usage
Dim instance As MailingListError
Dim value As String

value = instance.EmailAddress

instance.EmailAddress = value
public string EmailAddress { get; set; }
public:
property String^ EmailAddress {
    String^ get ();
    void set (String^ value);
}
public function get EmailAddress () : String
public function set EmailAddress (value : String)

Property Value

Type: System..::.String
E-mail address of the entry that caused a problem in the list operation. Default value is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

A value that specifies the e-mail address of the user associated with the error.

Permissions

See Also

Reference

MailingListError Class

MailingListError Members

Microsoft.CommerceServer.Marketing Namespace