Interface IMessageReplyOptions
The interface on the reply options
Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface IMessageReplyOptions
Properties
AuthorizedExtensions
The autorized extension that are allowed to be uploaded
Declaration
string[] AuthorizedExtensions { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Messages
The message that will be show to the user on reply
Declaration
List<ReplyOptionsMessage> Messages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ReplyOptionsMessage> |
NoEditor
The option to have no editor
Declaration
bool NoEditor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NoReply
If that flag is set to true, the reply will be disabled.
Declaration
bool NoReply { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UploadMode
The reply option mode
Declaration
ReplyFileUploadMode UploadMode { get; set; }
Property Value
Type | Description |
---|---|
ReplyFileUploadMode |