Class BaseGetEnvelope
Inherited Members
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class BaseGetEnvelope
Properties
AuthorizedExtensions
If the array is null, all extension will be allowed. Fill the array with ext like ".jpg",".pdf",".docx" You can also use the MimeHleper.MIMETypesDictionary to get see some available extension. Invalid extension will be removed
Declaration
public string[] AuthorizedExtensions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
CallBackParameters
Parameters you want to received in your call back. those parameters are your. The format is the format of your choice You need to protect thoses data when you send it. We suggest you to encrypt those informations
Declaration
public string CallBackParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CultureID
The culture of the envelop
Declaration
public string CultureID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaximumReplyOpenTime
The maximum time for the reply to be opened
Declaration
public int MaximumReplyOpenTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
NotifyWhenRead
Notify the user who fill then envelop that you open the message (by default is set to true)
Declaration
public bool NotifyWhenRead { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ReplyExpirationHours
The reply expiration hours before the envelop is invalid
Declaration
public int ReplyExpirationHours { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ReplyOptions
Set the reply options. ie : NoEditor, Password etc ...
Declaration
public SeReplyOptions ReplyOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| SeReplyOptions |
ReplyToAPI
Determine if you want that the reply go directly to the API configure. Need a business key and valid configuration
Declaration
public bool ReplyToAPI { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Subject
The subject of the message. It's for reference only. (in the log)
Declaration
public string Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |