The Relay_Settings object represents Relay settings in LumiSoft Mail Server virtual server.
| C# | Visual Basic | Managed C++ |
public class Relay_Settings
Public Class Relay_Settings
public ref class Relay_Settings
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| BindIP |
Gets or sets IP addresss what is used to send out relay messages.
| |
| Dns1 |
Gets or sets DNS server.
| |
| Dns2 |
Gets or sets DNS server.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| HostName |
Gets or sets EHLO/HELO host name reported to connected server. If "", then machine NETBIOS name used.
| |
| MaximumConnections |
Gets or sets maximum concurent connections allowed to send out messages.
| |
| MaximumConnectionsPerIP |
Gets or sets maximum concurent connections allowed to one destination IP.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RelayInterval |
Gets or sets interval seconds.
| |
| RelayRetryInterval |
Gets or sets relay retry messages interval seconds.
| |
| SendUndeliveredAfter |
Gets or sets after how many hours undelivered notification is sent.
| |
| SendUndeliveredWarningAfter |
Gets or sets after how many minutes delayed delivery message is sent.
| |
| SessionIdleTimeOut |
Gets or sets how many seconds session can idle before times out.
| |
| SmartHost |
Gets or sets smart host to use for sending relay messages.
| |
| SmartHostPassword |
Gets or sets smart host server password.
| |
| SmartHostPort |
Gets or sets smart host server port.
| |
| SmartHostSsl |
Gets or sets if smart host connected via SSL.
| |
| SmartHostUserName |
Gets or sets smart host server user name.
| |
| StoreUndeliveredMessages |
Gets or sets if undelivered messages are stored to "Undelivered" folder in mail store.
| |
| ToString() | (Inherited from Object.) | |
| UseSmartHost |
Gets or sets if relay send emails thorugh smart host or directly using dns.
|
| Object | |
| Relay_Settings | |
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)