MessagingSystem ClassIpswitch.Messaging.Framework
Represents the settings that apply to the current system and provides access to hosts, system-wide functionality, and non-service specific functionality.
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkMessagingSystem

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class MessagingSystem

The MessagingSystem type exposes the following members.

Constructors

  NameDescription
Public methodMessagingSystem
Creates and initializes a new MessagingSystem instance for the current system.
Top
Methods

  NameDescription
Public methodAntiSpamInstalled
Detemines if Anti-spam is installed
Public methodAuthenticate
Authenticates a user using the indicated userId (as an email address) and password against the users of all the hosts on the current system.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSQLVersion
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSave
Saves all properties and settings of this object.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyEasCacheItem
Public propertyEasFolderHierarchySync
Public propertyEasFolderSync
Public propertyEasPolicies
Contains EAS Policy Settings
Public propertyHosts
Gets an object that provides access to the hosts on this system.
Public propertyLocalOfficialHostName
Gets the Official Host Name for this system.
Public propertySettings
Gets the settings that apply to this system.
Top
See Also

Reference