| MOVEitMessageInfoRecipientAddGroup Method (String) | 
            Adds a group to the list of recipients as a "TO" recipient.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic bool RecipientAddGroup(
	string GroupName
)
Public Function RecipientAddGroup ( 
	GroupName As String
) As Boolean
public:
bool RecipientAddGroup(
	String^ GroupName
)
Parameters
- GroupName
- Type: SystemString
 Name of group to add as a recipient of this message.
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
 Remarks
Remarks
            NOTE: This method will not set the 
StatusDescription property
            when an error occurs. If 
false is returned, check to make sure the group
            has not already been added as a recipient.
            Also make sure the message state is "Pending".
            
 See Also
See Also