Creates a new domain and retrieves the domain properties.
Visual Basic |
---|
Public Function CreateDomain( _ ByVal DomainName As String, _ ByVal ContactName As String, _ ByVal ContactEmail As String, _ ByVal UserQuota As Long _ ) As String |
- DomainName
- The domain name.
- ContactName
- The contact name.
- ContactEmail
- The contact email.
- UserQuota
- The user connection number quota. -1 indicates an unlimited number of connections.
On success, returns an XML string containing the domain properties.