Class GetEnveloppeResponse
The response of an envelop
Inheritance
System.Object
GetEnveloppeResponse
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.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class GetEnveloppeResponse
Properties
Data
the answer data
Declaration
public string Data { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Guid |
StatusCode
The status code
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Url
The url
Declaration
public Uri Url { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |