Represents a host on the system.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkHost
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The Host type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Host |
Initializes a new instance of the Host class, which represents a specific host on the system.
|
Methods
| Name | Description | |
|---|---|---|
| Delete |
Removes the User from its Host's user data store.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Save |
Adds or updates the Host in the system's host data store.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Disabled | ||
| DisplayName |
Gets or sets a string containing a friendly name that represents this Host.
| |
| Exists |
Gets a value that indicates whether this Host exists in the system's host data store.
| |
| Gateway |
Gets or sets the host's gateway
| |
| HostAliases |
Gets or sets a list of strings containing additional names that this Host may be identified
by. These aliases can also be used as the domain-part of any email addresses that refer to
users of this Host.
| |
| HostName |
Gets or sets a string which acts as an official unique identifier string for this Host. The
HostName can also be used as the domain-part of any email addresses that refer to users of
this Host.
| |
| Id |
Gets or sets a unique identifier for this Host.
| |
| IpAddress |
Gets or sets a network address that is used by this Host. Setting this value to
IPAddress.None or IPAddress.IPv6None indicates that this Host is using a virtual address.
| |
| IsVirtual |
Gets or sets a value that indicates whether the IP Address assigned to this Host is virtual or not.
| |
| MessagingSystem |
Gets or sets the MessagingSystem instance that owns this Host.
| |
| OriginalHostName |
Gets the HostName that was originally loaded when this Host instance was created.
| |
| PasswordRecovery | ||
| Settings |
Gets an object that provides access to Settings for this Host.
| |
| TopDirectory |
Gets or set the host's top directory file system path
| |
| UserDataStoreType |
Gets a value that indicates what type of storage mechanism is being used to hold user information.
| |
| Users |
Gets an object that provides access to Users belonging to this Host.
|
See Also