Class GetMessageResponse
The response when we retreived a message
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
[Serializable]
public class GetMessageResponse : BaseAnswer
Properties
CallBackParameters
That string is encrypted AES with Parameters Keys objects.
Declaration
public string CallBackParameters { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CallBackParametersKeys
The callback parameters keys
Declaration
public string CallBackParametersKeys { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContainsFinalVersionSignedFiles
Determine if the message contains signed final version files
Declaration
public bool ContainsFinalVersionSignedFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContainsSignsFiles
Determine if Signs Files is contains in that message
Declaration
public bool ContainsSignsFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreatedDate
The created date of the message
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExpireOn
The message expire date
Declaration
public DateTime ExpireOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExtendMessageToken
Obsolete feature
Declaration
[Obsolete("Do not use")]
public Guid? ExtendMessageToken { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FilesMetaData
The Secure Files, with files metadata
Declaration
public SecureFiles FilesMetaData { get; set; }
Property Value
Type | Description |
---|---|
SecureFiles |
Message
The message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageId
The ID of the message
Declaration
public Guid MessageId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OriginalRecipientInfo
Contains information about the personne who fill the message
Declaration
public MessageRecipientInfo OriginalRecipientInfo { get; set; }
Property Value
Type | Description |
---|---|
MessageRecipientInfo |
RemainingOpenTime
The remaining opening time
Declaration
public int RemainingOpenTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RepID
Le reply ID du message
Declaration
public Guid RepID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SignCurrentRecipient
The recipient match for that message
Declaration
public ManifestRecipient SignCurrentRecipient { get; set; }
Property Value
Type | Description |
---|---|
ManifestRecipient |
SignRecipientsList
The liste of manifest rescipent
Declaration
public List<ManifestRecipientReturn> SignRecipientsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ManifestRecipientReturn> |
Subject
The subject of the message
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |