| ClientUserAddressBookDeleteUser Method  | 
            Deletes a user from the specified owner's address book.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserAddressBookDeleteUser(
	string Owner,
	string Username
)
Public Function UserAddressBookDeleteUser ( 
	Owner As String,
	Username As String
) As Boolean
public:
bool UserAddressBookDeleteUser(
	String^ Owner, 
	String^ Username
)
Parameters
- Owner
 - Type: SystemString
Address book owner username. - Username
 - Type: SystemString
Username to remove from address book. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also