Click or drag to resize
ClientUserAddressBookList Method
Returns a Dictionary containing the contents of the listed user's address book.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public Dictionary<string, string> UserAddressBookList(
	string Username
)

Parameters

Username
Type: SystemString
Username to list the address book of.

Return Value

Type: DictionaryString, String
Dictionary containing list results if successful; otherwise, null.
Remarks
Usernames and group names (prefaced by "GROUP:") will appear in the KEYS. User real names and group IDs will appear in the VALUES.
See Also