ReplyMessageBuilderReplyAll Property |
Provides automatic adding recipients in replying message.
Namespace:
Aspose.Email.Tools
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool ReplyAll { get; set; }
Public Property ReplyAll As Boolean
Get
Set
public:
property bool ReplyAll {
bool get ();
void set (bool value);
}
member ReplyAll : bool with get, set
Property Value
Type:
Boolean
See Also