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

Syntax

Visual Basic
<ObsoleteAttribute("This enum has been deprecated and will be removed. Use SslMode instead.",  _
	True)> _
Public Enumeration ImapSecurity
C#
[ObsoleteAttribute("This enum has been deprecated and will be removed. Use SslMode instead.", 
	true)]
public enum ImapSecurity

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnsecure
Supported by the .NET Compact FrameworkImplicit
Supported by the .NET Compact FrameworkExplicit
Supported by the .NET Compact FrameworkSecure

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also