php-ews
php-ews copied to clipboard
PHP Exchange Web Services
When attaching a document (PDF) to an email on outlook.office365.com. It fails to send returning an error 65 - failed to rewind. "The cURL request was retried 3 times and...
i'm using the example to get calendar events `examples/calendar/getCalendarItems.php` but the array properties are :protected. i'm a little lost at how to loop through these. any direction would be greatly...
When I try to get body ( $mail->getBody()->_ ) from email I get this body with incorrect tags display: some of tags displayed as "
if I call ``` $opt = ['version' => 'Exchange2013' , 'MailboxCulture' => 'de-DE' , 'timezone' => 'W. Europe Standard Time' , 'proxy' => [ 'http' => 'tcp://proxycluster.xxx.xx:80', 'https' => 'tcp://proxycluster.xxx.xx:80',...
is there a method to update Folder names by an chance. Just trying to rename a folder.
curious if the move Item can Accept a Folder. So for instance if there is folder: Inbox ->2020->Working Folder And i need to move the foder and all contents to...
Hello, I'm able to read Calendar that other user share with me, but I don't know how to write to add event on them. Can someone help ? @Garethp Could...
Hello. I'm trying to use this package to search some contacts by their email address. This is not working. The error I get is: ``` The request failed schema validation:...
Hi , I am trying to load email list using oauth 2, Following is my code ```
To get the sender email adress I use the following Code: `$mail->getSender()->getMailbox()->getEmailAddress()` If i want to get the toRecipient adress I have to use: `$mail->getToRecipients()->Mailbox->getEmailAddress()` Why? Possible bug or by...