Provides server info.
| C# | Visual Basic | Managed C++ |
public class ServerInfo
Public Class ServerInfo
public ref class ServerInfo
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| CpuUsage |
Gets much CPU % mail server consumes.
| |
| 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.) | |
| 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() | (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.
|
| Object | |
| ServerInfo | |
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)