Gets or sets SMTP server supported service extentions.
Supported values: PIPELINING,SIZE,STARTTLS,8BITMIME,BINARYMIME,CHUNKING,DSN.
Declaration Syntax
C# | Visual Basic | Visual 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
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this property is accessed. |
ArgumentNullException | Is raised when null reference passed. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119