Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("Options property has been deprecated. Please use Settings property instead.", _ False)> _ Public Property Options As SmtpOptions Get Set |
C# |
---|
[ObsoleteAttribute("Options property has been deprecated. Please use Settings property instead.", false)] public SmtpOptions Options { get; set; } |