 | ESHeaderPassword Property |
Gets or sets the password.
Namespace:
Koden.Utils.Exchange
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic string Password { get; set; }Public Property Password As String
Get
Set
public:
property String^ Password {
String^ get ();
void set (String^ value);
}member Password : string with get, set
Property Value
Type:
StringThe password.
See Also