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