I have to fetch below details about the attachments that I have saved from the Email in a particular location on the drive:
Author (Incase of PDF documents)
Email Sender (Incase of Emails)
Received Date and Time (Incase of Emails)
As these are attachments that are saved in a folder, I am trying to understand how can I fetch details from these saved attachments. Location of saved attachments is - “C:\CRM_Documents\DateTime Folder\”
The Authors Name is not mentioned in PDF, and I think that cant be doable as like Office documents (doc, ppt, xlsx) PDF files donot have Authors stored in their file details. So not sure if its going to be possible.
Resolved this issue by executing this vbs file attached.EmailDetails.zip (404 Bytes)
And using the activity - Execute VBScript within UiPath.
This VBS helps access all the details within an email attachment saved to a particular location.
Takes argument of the attachment location (from which details needs to be fetched, bear in mind - this only covers attachment types which are emails)
Please let me know if you need any more details onto this