DomainCollection ClassIpswitch.Messaging.Framework
Builds a collection of all domains on a server. access the collection of Domain classes through the Arraylist DomainArray
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    IMailAPI_NETDomainCollection

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public class DomainCollection : MarshalByRefObject, 
	IEnumerable

The DomainCollection type exposes the following members.

Constructors

  NameDescription
Public methodDomainCollection
Initializes a new instance of the DomainCollection class
Top
Methods

  NameDescription
Public methodStatic memberArchivingEnabled
Determine if archiving is enabled for this domain. This assumes that all domain aliases have been resolved to the OHN.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExists(String)

Check to see if a domain is local. This will not load the domain collection which is not needed.

If IncludeAliases is true, strOHN must be supplied or false will be returned.

Public methodStatic memberExists(String, Boolean, String)

Check to see if a domain is local. This will not load the domain collection which is not needed.

If IncludeAliases is true, strOHN must be supplied or false will be returned.

Public methodGetDomainByIP
Public methodGetDomainCollection
Reads the domain collection. Called by constructor, but can be called manually to refresh the data.
Public methodStatic memberGetDomainNames
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodLength
Public methodReload
Public methodRemove
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberUserDBType
Return the User Database type for the domain. This assumes that all domain aliases have been resolved to the OHN.
Top
Fields

  NameDescription
Public fieldDomainArray
Top
Properties

  NameDescription
Public propertyDomainCount
Return the count of domains on the server
Public propertyItemInt32
Public propertyItemString
This fuction allows you to get to the individual classes via domaincollection[x]
Top
See Also

Reference