EmailAddress Property

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

Gets the e-mail address of the user represented by this MailingListUser object.

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

Syntax

'Declaration
Public ReadOnly Property EmailAddress As String
'Usage
Dim instance As MailingListUser
Dim value As String

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

Property Value

Type: System..::.String
The e-mail address of the mailing list user. Default is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

Contains the e-mail address of the mailing list user.

Permissions

See Also

Reference

MailingListUser Class

MailingListUser Members

Microsoft.CommerceServer.Marketing Namespace