| MOVEitMessageInfoNoReplyAll Property | 
            Determines whether the Reply All feature will be disabled for recipients of this message.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic int NoReplyAll { get; set; }Public Property NoReplyAll As Integer
	Get
	Set
public:
property int NoReplyAll {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32 Remarks
Remarks
            When set to 1, recipients of the message will not be able to use the Reply All
            feature to reply to the message. This feature is meant to keep recipients of
            broadcast messages from replying back to entire list of recipients. Default is 0.
            
 See Also
See Also