LumiSoft Net Help
ServiceExtentions Property
NamespacesLumiSoft.Net.SMTP.ServerSMTP_ServerServiceExtentions
Gets or sets SMTP server supported service extentions. Supported values: PIPELINING,SIZE,STARTTLS,8BITMIME,BINARYMIME,CHUNKING,DSN.
Declaration Syntax
C#Visual BasicVisual C++F#
public string[] ServiceExtentions { get; set; }
Public Property ServiceExtentions As String()
	Get
	Set
public:
property array<String^>^ ServiceExtentions {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
member ServiceExtentions : string[] with get, set
Property Value
array<String>[]()[][]
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentNullExceptionIs raised when null reference passed.

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