Storing emails(Drag and drop) in sharepoint online site

Saurabh Singh 26 Reputation points
2022-08-25T09:57:25.12+00:00

We can see email information but we have to click individually to check. Is there possibility to check without opening it. We would like to see information - Prefrences - from,subject,date, to address to identify email.

234863-image.png

We have to Click individually to get email information.

234797-image.png

Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Paul de Jong 806 Reputation points
    2022-08-25T13:27:24.697+00:00

    OOTB this is not possible. Uploading emails via drag and drop results in an msg file where the name is based on the subject. A sequence number like (2) is added when the file already exists. Email metadata is not extracted apart from the subject that is used to compose the name.

    If you want to store email metadata (Subject, From, To, Sent date, presence of attachments, ...) in SharePoint columns you will need to use 3rd party apps. Most apps are add-ins for Outlook (list) but there are also SharePoint apps that are browser-based (example). Uploading an email via drag and drop into the standard SharePoint modern view will then trigger the metadata extraction. Fully transparent for the user.

    234918-emailmanagerextractedemailmetadata.png

    The extracted email metadata allow for filtering, sorting and searching. By configuring managed properties users can use the same syntax as in Outlook: from:microsoft subject:sharepoint

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.