Click or drag to resize
MOVEitMessageInfoNoReplyAll Property
Determines whether the Reply All feature will be disabled for recipients of this message.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public int NoReplyAll { get; set; }

Property Value

Type: Int32
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