ActiveDirectoryMembershipUser::Email Property
.NET Framework (current version)
Gets or sets the e-mail address of the membership user.
Assembly: System.Web (in System.Web.dll)
public: property String^ Email { virtual String^ get() override; virtual void set(String^ value) override; }
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: