Class MessengingRequest
Represent a request for messaging to restore files, and send to a recipient
Inheritance
System.Object
MessengingRequest
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.Messenging
Assembly: SecureExchangesSDK.dll
Syntax
public class MessengingRequest
Properties
CreatedDate
The restore request Creation date
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DelRefID
The delref ID for old SESAR restore request
Declaration
public Guid DelRefID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FilesHash
The list of the files that was in the log
Declaration
public List<string> FilesHash { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
MessageSubject
The message subject
Declaration
public string MessageSubject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Recipient
Represent the email and the phone number of the recipient to restore the data
Declaration
public Recipient Recipient { get; set; }
Property Value
Type | Description |
---|---|
Recipient |
RestoreRequestID
The restore request ID associated to
Declaration
public Guid RestoreRequestID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SentTimeUTC
The sent time UTC of the item
Declaration
public DateTime SentTimeUTC { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TrackingID
The tracking ID to restore
Declaration
public Guid TrackingID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |