Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BaseGetEnvelope

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

    CultureID

    The culture of the envelop

    Declaration
    public string CultureID { get; set; }
    Property Value
    Type Description
    string

    MaximumReplyOpenTime

    The maximum time for the reply to be opened

    Declaration
    public int MaximumReplyOpenTime { get; set; }
    Property Value
    Type Description
    int

    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
    bool

    ReplyExpirationHours

    The reply expiration hours before the envelop is invalid

    Declaration
    public int ReplyExpirationHours { get; set; }
    Property Value
    Type Description
    int

    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
    bool

    Subject

    The subject of the message. It's for reference only. (in the log)

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation