Adds a zone to the installation.
public Long zone_addZone( String accessToken, String zoneName, String virtualHost, String mailDomain );
The zone_addZone operation adds a zone to the installation.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A string containing the name of the new zone.
A string specifying the virtual host. (See the installation guide for more information.)
This parameter is not used.
The zone identifier, which is the binder identifier of the top workspace in the new zone.
Java objects in the Vibe sources (see Working with Java Objects)