Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MessengingRequest

    Represent a request for messaging to restore files, and send to a recipient

    Inheritance
    object
    MessengingRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    DateTime

    DelRefID

    The delref ID for old SESAR restore request

    Declaration
    public Guid DelRefID { get; set; }
    Property Value
    Type Description
    Guid

    FilesHash

    The list of the files that was in the log

    Declaration
    public List<string> FilesHash { get; set; }
    Property Value
    Type Description
    List<string>

    MessageSubject

    The message subject

    Declaration
    public string MessageSubject { get; set; }
    Property Value
    Type Description
    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
    Guid

    SentTimeUTC

    The sent time UTC of the item

    Declaration
    public DateTime SentTimeUTC { get; set; }
    Property Value
    Type Description
    DateTime

    TrackingID

    The tracking ID to restore

    Declaration
    public Guid TrackingID { get; set; }
    Property Value
    Type Description
    Guid

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation