Extract data from email inbox - email

I have several thousand emails in my Thunderbird email inbox. Each email includes details about orders I've sold. The header includes the SKU and so does the email contents.
I'd like a way to extract the header details of all my emails so I can post in Excel. I need to be able to extract the SKU's from all the emails in a reasonable manner so I can use this data.
Is this possible? Is there a way to simply copy the headers of all my emails in my inbox so I can paste in an excel spreadsheet?

You would have to export your emails to gmail, then export the emails as .csv, from gmail. then you can load them into excel. That's how I've done it in the past.

Related

What are parameters for SharePoint 2013 Save Original Email, Save to folder by subject/sender, overwrite, and Email Security setting in powershell?

I am trying to pull the settings for Email Enabled libraries in powershell for SharePoint 2013 in preparation for a move to SharePoint Online. I can pull the email enabled lists, urls, and email address but want to get a more detailed report to review which have "save original email", "save to subfolders" etc, and "Accept messages from any sender"
In 2013 you can enable sharepoint libraries to be email enabled and further set the two settings below, which i cannot figure out how to pull.
i can get lists and get $list.EmailAlias and $list.CanReceiveEmail but cannot find a parameter that corresponds to the two settings below
E-mail Message
Specify whether to save the original .eml file for an incoming e-mail message.
Save original e-mail?
option: Yes
option: No
E-Mail Attachments
Specify whether to group attachments in folders, and whether to overwrite existing files with the same name as incoming files.
Group attachments in folders?
Save all attachments in root folder
Save all attachments in folders grouped by e-mail subject
Save all attachments in folders grouped by e-mail sender
Overwrite files with the same name?
Yes No
E-Mail Meeting Invitations
Specify whether to save e-mailed meeting invitations in this document library.
Save meeting invitations?
Yes No
E-mail Security
E-mail security policy:
Accept e-mail messages based on document library permissions
Accept e-mail messages from any sender
I reviewed the autopopulate values in powershell ISE but none of them seem to correspond. I expected this would be a simple selection of the parameter as with $list.EmailAlias and am hoping we do not have to check each of the 150 libraries manually.

Mass email with personalized content

I know it's not 100% related to coding, but there is plenty of knowledgeable folks here, someone may know the answer.
I need to send a mass email (270 recipients) and each email needs to contain a pull from Excel sheet, containing data related to people that report to each recipient. So one recipient would get an email with 3-4 people, while the other recipient would get email with 10-15 different data points (like name, DOB, etc.)
I tried mail merge but it just sends multiple emails with separated data points for each person to each recipient (each recipient gets 10-15 emails related to 10-15 different people).
If there is a function in MS Office environment - what's it called? If there is resource (YT clip, etc.) would you have a link?
Many, many thanks!
You can automate Outlook from Excel, see Automating Outlook from Other Office Applications for more information. With Outlook object model you may configure whatever you need - reading the range of different cells in Excel and paste that information into the message body according to your needs.

How to send personalised emails with dynamic attachements to a mailing list?

I have a mailing list on SendGrid that needs to be sent information from a database. This list is quite large and it would take days to manually transfer all the data and make 5000 separate PDF's from our excel spreadsheet.
Additionally, each email sent would need to have the specific PDF for that specific person in the mailing list. Each PDF would contain different information depending on the person's details.
How do I go about personalising each email from a generic template (e.g. Hi ____ etc.) and send dynamic attachments to each of the people on the mailing list that corresponds to their data?
I have tried to import data from excel into PDF's but am having trouble with this.
I have a relatively simple knowledge of coding and am not sure how I would go about making the email personalised and be able to send a dynamic attachment for each recipient.

Get Data in PowerBI from email Attachments

I receive periodic attachments from a specific email address. This email attachment is a 100kb CSV file.
I have been able to connect my Exchange account and get the specific emails as the source in Power BI.
But I am unable to extract the CSV attachment from these emails and use them as the source.
Could you please suggest a solution for my case?

How to send few files to a "To" recipient, and few files to a "Cc" recipient, using MFMailComposer in iOS?

In my application I have to send a mail to two recipients. One person is added as a To recipient and another as a CC recipient.
I am attaching two files to the mail; a PDF file, and an Excel file. I desire that the CC recipients receive both files, and the To recipients receive only the PDF file. How do I implement this?
May be u can try sending two emails, one with pdf attached and other with pdf and excel attached, both with same recepients.
I dont know whether there is any other solution, coz I dont see any option in any email clients to attach a file for a particular recepient.