Start a conversation

Fetching Items Using the Database ID and Message ID from GFI Archiver Archive Stores

Overview

GFI Archiver uniquely identifies every message in the archive stores with a unique identifier consisting of two parts:
  • [DatabaseID]: It refers to the database GUID unique identifier. It is assigned to an archive store on its creation and remains valid throughout. For example, 21EC2020-3AEA-1069-A2DD-08002B30309D.
  • [MessageID]: It is an integer that uniquely identifies a number in that particular archive store. It is assigned to a message on archiving and remains valid throughout.

Information

Using an Internet browser, it is possible to enter a URL to fetch and view emails using the [DatabaseID] and [MessageID]. Use any of the following URLs to fetch a different part or different method of the email:
 
Viewing the item in a webpage:
http://<MachineName>/Archiver/mailview.aspx?connectionId=[DatabaseID]&ID=[MessageID]
 
Fetching the item source:
http://<MachineName>/Archiver/source.aspx?connectionId=[DatabaseID]&ID=[MessageID]
 
Fetching the item body:
http://<MachineName>/Archiver/body.aspx?connectionId=[DatabaseID]&ID=[MessageID]
 
Fetching an email attachment:
Attachments can be fetched using the same [DatabaseID] and [MessageID] as above but adding an index (shown as [[X] below) starting from 0.
http://<MachineName>/Archiver/attachment.aspx?connectionId=[DatabaseID]&ID=[MessageID]&aid=[X]
 
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments