jamesiarmes / php-ews

PHP Exchange Web Services
http://jamesarmes.com/php-ews/
MIT License
567 stars 302 forks source link

is the Email-ID available also in Outlook (via vba) #601

Open basementmedia2 opened 2 years ago

basementmedia2 commented 2 years ago

Hi,

great library so first of all: thank you so much.

But i have a question: Is the "Email-ID" which is shown in thePHP oBject also available in Outlook directly (via VBA)? Cause i want to add a button in Outlook for archiving directly Emails out of outlook into a MYSQL-database. The plan is that the user selects an Email in Outlook, presses a button called "Archive Email" and gets to a webpage. In the URL the Email-ID should be transmitted as parameter so that the PHP Script "knows" the Email-ID and can archive it.

My englosh is not the best so i hope you understand what i mean.

Best wishes Daniel