SmtpConfiguration.UseDefaultCredentials Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
UseDefaultCredentials
Gets or sets the value indicating whether to use the credentials of the current user to log in.
Declaration
public bool UseDefaultCredentials { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to use the credentials of the current user; false to use UserName and Password properties. |
Remarks
Only supported on Windows platforms.