Show / Hide Table of Contents

Class BaseGetEnvelope

Inheritance
System.Object
BaseGetEnvelope
GetEnvelopesArgs
GetEnveloppeArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX