Topic: database from e-mail

is it possible to populate a db from email messages received (real time) in Outlook 2013?

for example:


field1: sender
field2: date/time
field3: recipient
field4: object
field5: text


thanks

Re: database from e-mail

It depends if Outlook 2013 have some mechanism for that, but unfortunately I don't know nothing about Outlook.


Outlook mail service have API for access (not desktop app)
https://msdn.microsoft.com/en-us/office … operations


So you can use function HTTPGet to get access to api.

Dmitry.

Re: database from e-mail

If you use a tool like robotask you can process emails via imap and extract the email contents and parse into database fields.  Not a single tool like mvd but it is possible.

Robb