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; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also