LumiSoft Mail Server User API
ServerInfo Class
Namespaces > LumiSoft.MailServer.API.UserAPI > ServerInfo
Provides server info.
Syntax
C#Visual BasicManaged C++
public class ServerInfo
Public Class ServerInfo
public ref class ServerInfo
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
CpuUsage
Gets much CPU % mail server consumes.
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
MailServerVersion
Gets mail server version.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MemoryUsage
Gets how many MB memory mail server consumes.
OS
Gets operatin system on what mail server is running.
ReadsInSecond
Gets how many KB / Second server reads.
ServerStartTime
Gets server start time.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalImapSessions
Gets all virtual servers total IMAP sessions.
TotalPop3Sessions
Gets all virtual servers total POP3 sessions.
TotalRelaySessions
Gets all virtual servers total Relay sessions.
TotalSmtpSessions
Gets all virtual servers total SMTP sessions.
WritesInSecond
Gets how many KB / Second server writes.
Inheritance Hierarchy
Object
ServerInfo

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)