OpenDomain, NewDomain
function OpenDomain(const Domain: WideString): OleVariant
function NewDomain(const Domain: WideString): OleVariant
Both of these functions return an instance to the IceWarpAPI.DomainObject.
The Domain parameter specifies the name of the domain to be opened or created.
Once the instance returned use the DomainObject functions and properties.
Use the OpenDomain function to edit an existing domain.
You can change the properties or accounts of the domain.
The NewDomain lets you add a new domain.