LumiSoft Net Help
EsmtpFeatures Property
NamespacesLumiSoft.Net.SMTP.ClientSMTP_ClientEsmtpFeatures
Gets what ESMTP features are supported by connected SMTP server.
Declaration Syntax
C#Visual BasicVisual C++F#
public string[] EsmtpFeatures { get; }
Public ReadOnly Property EsmtpFeatures As String()
	Get
public:
property array<String^>^ EsmtpFeatures {
	array<String^>^ get ();
}
member EsmtpFeatures : 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 SMTP client is not connected.

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