I need to write a program that extracts the contents of email messages with specific topics and saves in a text file. Where to begin? Which language has the necessary support?
Assuming .NET:
You can interact with Outlook with C ++ or . NET using Outlook COM + .
Microsoft Outlook.
VBA. VBA, , :
Folder.Items http://msdn.microsoft.com/en-us/library/office/ff864247.aspx
.MailItem - http://msdn.microsoft.com/en-us/library/office/ff861332.aspx
.Subject - http://msdn.microsoft.com/en-us/library/office/ff865652.aspx
.Body - http://msdn.microsoft.com/en-us/library/office/ff865304.aspx
. - http://msdn.microsoft.com/en-us/library/office/ff868727.aspx
Source: https://habr.com/ru/post/1795755/More articles:VB.net SendMessage Waiting Problem - vb.netCan someone explain the file [* .testsettings] and [Download launch launcher options] in Visual Studio 2010? - visual-studioAndroid SDK - running functions in the background - javaC # static scope issue - scopeApartment Theme - multithreadingAdding a Route to a Rails 3 Controller - ruby-on-rails-32000 / XP, which Visual Studio + .NET Framework? - .netcombining IE6 and IE7 css in the same stylesheet - cssDisplay navigation in MVC3 - asp.net-mvcIs there a way to check my web application to see if it can handle thousands of hits from many geographic regions? - javaAll Articles