Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class RecipientAnswer

    That is the answer for a specific recipient when you use the MultiRecipientMessage

    Inheritance
    object
    RecipientAnswer
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class RecipientAnswer

    Properties

    Answer

    The answer received by Secure Exchanges for the send of a message to a specific recipient

    Declaration
    public SendMessageAnswer Answer { get; set; }
    Property Value
    Type Description
    SendMessageAnswer

    Recipient

    The information about the Recipient

    Declaration
    public RecipientInfo Recipient { get; set; }
    Property Value
    Type Description
    RecipientInfo

    Extension Methods

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