WebMail.Password Property

Gets or sets the password of the sender's email account.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public Shared Property Password As String 
    Get 
    Set
'Usage
Dim value As String 

value = WebMail.Password 

WebMail.Password = value
public static string Password { get; set; }
public:
static property String^ Password {
    String^ get ();
    void set (String^ value);
}
static member Password : string with get, set
static function get Password () : String 
static function set Password (value : String)

Property Value

Type: System.String
The sender's password.

Remarks

This property is typically set one time in the _AppStart.cshtml file.

See Also

Reference

WebMail Class

System.Web.Helpers Namespace