LumiSoft Net Help
SmartHosts Property
NamespacesLumiSoft.Net.SMTP.RelayRelay_ServerSmartHosts
Gets or sets smart hosts. Smart hosts must be in priority order, lower index number means higher priority.
Declaration Syntax
C#Visual BasicVisual C++F#
public Relay_SmartHost[] SmartHosts { get; set; }
Public Property SmartHosts As Relay_SmartHost()
	Get
	Set
public:
property array<Relay_SmartHost^>^ SmartHosts {
	array<Relay_SmartHost^>^ get ();
	void set (array<Relay_SmartHost^>^ value);
}
member SmartHosts : Relay_SmartHost[] with get, set
Property Value
array<Relay_SmartHost>[]()[][]
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentNullExceptionIs raised when null value is passed.

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