WebService
The following operations are supported. For a formal definition, please review the Service Description.
-
AddDistribList
Add distribution list -
AddDomainGroup
Add domain group -
AddDomainName
Add domain name to specific domain group -
AddMailbag
Add mailbag -
AddUser
Adds user -
Authenticate
Authenticate user -
DeleteDistribList
Delete distributino list -
DeleteDomainGroup
Delete domain group -
DeleteDomainName
Delete domain name -
DeleteMailbagRec
Delete mailbag -
DeleteUser
Delete user -
GetDistribListRec
Get distribution list record -
GetDistribListRecs
Retieves list of disribution list records on server -
GetDistribListRecsForDomainGroup
Retrieve list of distributino list records for domain group -
GetDomainGroupRecs
Get list of domain group records for all domain groups on server -
GetDomainNamesForDomainGroup
Retrieve domain names for domain group -
GetMailbagRecs
Get list of mailbag records on server -
GetMaxDistribListsForDomainGroup
Get number of maximum allowed distribution lists for domain group -
GetMaxUsersForDomainGroup
Get number of maximum allowed users for domain group -
GetQuotaForDomainGroup
Get quota for domain group -
GetUserRec
Retrieve user record by specified user name and domain group -
GetUserRecs
Retrieve list of user records on the server -
GetUserRecsForDomainGroup
Retrieve list of user records for specific domain group -
GetValidationToken
Obtains authentication token, returns blank if authentication fails -
SetMaxDistribListsForDomainGroup
Set number of maximum allowed distributino lists for domain group -
SetMaxUsersForDomainGroup
Set number of maximum allowed users for domain group -
SetQuotaForDomainGroup
Set quota for domain group -
UpdateDistribListRec
Update distribution list record. IMPORTANT: do not modify RecNo, ListName and DomainGroup properties. -
UpdateDomainGroupRec
Update domain group record. IMPORTANT: Do not modify RecNo and Name properties (Domain groups cannot be renamed) -
UpdateMialbagRec
Update mailbag record. IMPORTANT: do not modify RecNo and DomainName properties -
UpdateUserRec
Update user record. IMPORTANT - If you do not want to update password, make Password property empty before calling this method, if you do want to update password, then set Password and ConfirmPassword properties to new password in clear text. Do not modify RecNo, UserName and DomainGroup