Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ReplyMessageOption

    The options on a message reply to the user

    Inheritance
    object
    ReplyMessageOption
    Implements
    IMessageReplyOptions
    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 ReplyMessageOption : IMessageReplyOptions

    Properties

    AuthorizedExtensions

    The authorized extensions that must be used when the reply is activated

    Declaration
    public string[] AuthorizedExtensions { get; set; }
    Property Value
    Type Description
    string[]

    Messages

    The message need to be show to the user on the reply

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

    NoEditor

    Did the responder can leave a message

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

    NoReply

    No reply, did the reply is enable or not. If is set to true, all other parameters will be ignored

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

    UploadMode

    The upload file mode, mandatory, optional or no upload

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

    Implements

    IMessageReplyOptions

    Extension Methods

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