| ClientUserAddressBookAddGroup Method (String, String) | 
            Adds a group to the specified owner's address book.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic bool UserAddressBookAddGroup(
	string Owner,
	string GroupName
)
Public Function UserAddressBookAddGroup ( 
	Owner As String,
	GroupName As String
) As Boolean
public:
bool UserAddressBookAddGroup(
	String^ Owner, 
	String^ GroupName
)
Parameters
- Owner
- Type: SystemString
 Address book owner username.
- GroupName
- Type: SystemString
 Name of group to add to address book.
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
 Remarks
Remarks See Also
See Also