SmtpConfiguration.Default Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
Default
Gets the default SmtpConfiguration instance read from application configuration file.
Declaration
public static SmtpConfiguration Default { get; }
Property Value
Type | Description |
---|---|
SmtpConfiguration | The SmtpConfiguration instance read from application configuration file. |
Remarks
The default instance of SmtpConfiguration is read-only.