Class SeReplyOptions
This is the class to support options on the reply, let user set a password, NoEditor is needed
Inherited Members
Namespace: SecureExchangesSDK.Models.JSON
Assembly: SecureExchangesSDK.dll
Syntax
public class SeReplyOptions
Properties
NoEditor
If set to true, the editor will be hidden
Declaration
public bool NoEditor { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NoSign
If set to true the file will be set to no sign
Declaration
public bool NoSign { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Password
If set to true the user will be allowed to put password on reply or enveloppe
Declaration
public bool Password { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |