Represents the settings that apply to the current system and provides access to hosts, system-wide functionality, and non-service specific functionality.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkMessagingSystem
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The MessagingSystem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MessagingSystem |
Creates and initializes a new MessagingSystem instance for the current system.
|
Methods
Name | Description | |
---|---|---|
![]() | AntiSpamInstalled |
Detemines if Anti-spam is installed
|
![]() | Authenticate |
Authenticates a user using the indicated userId (as an email address) and password against the users of all the hosts on the current system.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSQLVersion | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Save |
Saves all properties and settings of this object.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EasCacheItem | |
![]() | EasFolderHierarchySync | |
![]() | EasFolderSync | |
![]() | EasPolicies |
Contains EAS Policy Settings
|
![]() | Hosts |
Gets an object that provides access to the hosts on this system.
|
![]() | LocalOfficialHostName |
Gets the Official Host Name for this system.
|
![]() | Settings |
Gets the settings that apply to this system.
|
See Also