Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    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
    string[]

    Messages

    The message that will be show to the user on reply

    Declaration
    List<ReplyOptionsMessage> Messages { get; set; }
    Property Value
    Type Description
    List<ReplyOptionsMessage>

    NoEditor

    The option to have no editor

    Declaration
    bool NoEditor { get; set; }
    Property Value
    Type Description
    bool

    NoReply

    If that flag is set to true, the reply will be disabled.

    Declaration
    bool NoReply { get; set; }
    Property Value
    Type Description
    bool

    UploadMode

    The reply option mode

    Declaration
    ReplyFileUploadMode UploadMode { get; set; }
    Property Value
    Type Description
    ReplyFileUploadMode

    Extension Methods

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