Click or drag to resize
ClientUserAddressBookDeleteUser Method
Deletes a user from the specified owner's address book.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
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: Boolean
true if successful; otherwise, false.
See Also