Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This property has been deprecated. Please use SpecialUse property instead.",  _
	False)> _
Public ReadOnly Property Purpose As String
	Get
C#
[ObsoleteAttribute("This property has been deprecated. Please use SpecialUse property instead.", 
	false)]
public string Purpose { get; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also