Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("This property has been deprecated and will be removed. Use SslMode instead.", _ True)> _ Public Property Security As SmtpSecurity Get Set |
| C# |
|---|
[ObsoleteAttribute("This property has been deprecated and will be removed. Use SslMode instead.", true)] public SmtpSecurity Security { get; set; } |