| ClientUserAddressBookList Method | 
            Returns a Dictionary containing the contents of the listed user's address book.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic Dictionary<string, string> UserAddressBookList(
	string Username
)
Public Function UserAddressBookList ( 
	Username As String
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ UserAddressBookList(
	String^ Username
)
Parameters
- Username
- Type: SystemString
 Username to list the address book of.
Return Value
Type: 
DictionaryString, 
StringDictionary containing list results if successful; otherwise, 
null.
 Remarks
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
See Also