LumiSoft Net Help
ExtenededCapabilities Property
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientExtenededCapabilities
Gets POP3 exteneded capabilities supported by POP3 server.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("USe ExtendedCapabilities instead !")]
public string[] ExtenededCapabilities { get; }
<ObsoleteAttribute("USe ExtendedCapabilities instead !")>
Public ReadOnly Property ExtenededCapabilities As String()
	Get
public:
[ObsoleteAttribute(L"USe ExtendedCapabilities instead !")]
property array<String^>^ ExtenededCapabilities {
	array<String^>^ get ();
}
[<ObsoleteAttribute("USe ExtendedCapabilities instead !")>]
member ExtenededCapabilities : string[] with get
Property Value
array<String>[]()[][]
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
InvalidOperationExceptionIs raised when this property is accessed and POP3 client is not connected.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119