This topic has not yet been rated - Rate this topic

ActiveDirectoryMembershipUser.Email Property

Note: This property is new in the .NET Framework version 2.0.

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

Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)

public override string Email { get; set; }
/** @property */
public String get_Email ()

/** @property */
public void set_Email (String value)

public override function get Email () : String

public override function set Email (value : String)

Property Value

The e-mail address of the membership user.

The Email property is mapped to the Mail directory attribute. This property can be remapped in the Web.config file by setting the attributeMapUserName attribute in the providers Element for profile (ASP.NET Settings Schema) element for profiles.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ