Class MultiRecipientAnswer
That is the answer of the MultiRecipientMessage method. You also get an answer for each recipient in the RecipientsAnswer
Implements
Inherited Members
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class MultiRecipientAnswer : Answer, INotifyPropertyChanged
Properties
RecipientsAnswer
Represent the answer of each recipient.
Declaration
public List<RecipientAnswer> RecipientsAnswer { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RecipientAnswer> |
UploadedFiles
Represent the uploadedFiles
Declaration
public List<UploadFiles> UploadedFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UploadFiles> |