Class RecipientAnswer
That is the answer for a specific recipient when you use the MultiRecipientMessage
Inherited Members
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 |