Class RecipientAnswer
That is the answer for a specific recipient when you use the MultiRecipientMessage
Inheritance
System.Object
RecipientAnswer
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.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 |