The Server object represents an LumiSoft Mail Server computer.
| C# | Visual Basic | Managed C++ |
public class Server : IDisposable
Public Class Server _ Implements IDisposable
public ref class Server : IDisposable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| ServerNew() |
Default constructor.
| |
| Connect(String, String, String) |
Connects to the specified LumiSoft mail server.
| |
| Connected |
Gets if API is connected to server.
| |
| Disconnect() |
Disconnects from connected server.
| |
| Dispose() |
Clean up any resources being used.
| |
| Equals(Object) | (Inherited from Object.) | |
| Events |
Gets mail server events. NOTE: You must be connected before accessing this property.
| |
| 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.) | |
| Host |
Gets connected host name or IP. NOTE: You must be connected before accessing this property.
| |
| IPAddresses |
Gets mail server IP addresses. NOTE: You must be connected before accessing this property.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ServerInfo |
Gets mail server sessions. NOTE: You must be connected before accessing this property.
| |
| Sessions |
Gets mail server sessions. NOTE: You must be connected before accessing this property.
| |
| ToString() | (Inherited from Object.) | |
| UserName |
Gets user name which was used to connect to mail server. NOTE: You must be connected before accessing this property.
| |
| VirtualServers |
Gets mail server virtual servers. NOTE: You must be connected before accessing this property.
|
| Object | |
| Server | |
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)