Click or drag to resize
MOVEitMessageInfoRecipientAddGroup Method (String)
Adds a group to the list of recipients as a "TO" recipient.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool RecipientAddGroup(
	string GroupName
)

Parameters

GroupName
Type: SystemString
Name of group to add as a recipient of this message.

Return Value

Type: Boolean
true if successful; otherwise, false.
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