LumiSoft Mail Server User API
Server Class
Namespaces > LumiSoft.MailServer.API.UserAPI > Server
The Server object represents an LumiSoft Mail Server computer.
Syntax
C#Visual BasicManaged C++
public class Server : IDisposable
Public Class Server _
	Implements IDisposable
public ref class Server : IDisposable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()
Returns a String that represents the current Object.
(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.
Inheritance Hierarchy
Object
Server

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)