MembershipUser.Email Property

 

Gets or sets the e-mail address for the membership user.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

abstract Email : string with get, set
override Email : string with get, set

Property Value

Type: System.String

The e-mail address for the membership user.

The following code example displays all membership user names in a ListBox and uses labels to show specific membership information for the selected user name, including the Email property for the membership user.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: