Builds a collection of all domains on a server.
access the collection of Domain classes through the Arraylist DomainArray
Inheritance Hierarchy
SystemMarshalByRefObject
IMailAPI_NETDomainCollection
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The DomainCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DomainCollection | Initializes a new instance of the DomainCollection class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ArchivingEnabled |
Determine if archiving is enabled for this domain. This assumes that all domain aliases have been resolved to the OHN.
|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Equals | (Inherited from Object.) |
![]() ![]() | Exists(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. |
![]() ![]() | Exists(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. |
![]() | GetDomainByIP | |
![]() | GetDomainCollection |
Reads the domain collection. Called by constructor, but can be called manually to
refresh the data.
|
![]() ![]() | GetDomainNames | |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | Length | |
![]() | Reload | |
![]() | Remove | |
![]() | ToString | (Inherited from Object.) |
![]() ![]() | UserDBType |
Return the User Database type for the domain. This assumes that all domain aliases have been resolved to the OHN.
|
Fields
Name | Description | |
---|---|---|
![]() | DomainArray |
Properties
Name | Description | |
---|---|---|
![]() | DomainCount |
Return the count of domains on the server
|
![]() | ItemInt32 | |
![]() | ItemString |
This fuction allows you to get to the individual classes via domaincollection[x]
|
See Also