MailSecurePassword Property
Gets or sets the password used to authenticate to the SMTP server.
Namespace: Gemstone.Net.SmtpAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public SecureString? SecurePassword { get; set; }
Public Property SecurePassword As SecureString
Get
Set
public:
property SecureString^ SecurePassword {
SecureString^ get ();
void set (SecureString^ value);
}
function get_SecurePassword();
function set_SecurePassword(value);
Property Value
SecureString