Class GetEnveloppeResponse
The response of an envelop
Inherited Members
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class GetEnveloppeResponse
Properties
Data
the answer data
Declaration
public string Data { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Recipient
The recipient of the enveloppe. For retro compatibility, the email could contains multiple email with ; if GetEnveloppe has been used instead GetEnvelopes
Declaration
public Recipient Recipient { get; set; }
Property Value
| Type | Description |
|---|---|
| Recipient |
RepID
The reply iD
Declaration
public Guid RepID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
StatusCode
The status code
Declaration
public int StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Url
The url
Declaration
public Uri Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |