Does anyone have any experience wi开发者_运维知识库th php-ews? I would like to add a new appointment to an Exchange 2007 calendar through php-ews but I\'m not sure how. The documentation for php-ews i
How to get DL (distribution List) from Microsoft Exchange Server via EWS in Java? I have tried开发者_运维问答 EWS Java API but could not find list of Distribution List(GAL) of exchange server, any he
I am trying to get the required attendees of a meeting which I got using the exchange web service.Any ideas? I think I need to use CalendarItemType, but I\'m not sure how to implement it.
We have an application that uses a StreamingSubscriptionConnection to read every email that gets sent to a particular mailbox. The issue I\'m running into several times a day during development I get
I am trying to delete a folder with contacts on an exchange server. I\'m doing this in a c# console application.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for开发者_StackOverf
I\'m trying to create an application that use the EWS api to access contacts. I need to look at one of the outlook user properties in this process but I cant see how to get it at using EWS. At the mo
how to update IsRead property of an Emai开发者_Python百科lMessage using EWS or other method? Just setting mail.IsRead=true does not seem to persist.OK,no one answer my question after I post it for n
In the EWS, I found that in a saved draft EmailMe开发者_StackOverflowssage m, people could use m.DisplayTo to get receipt\'s name, but no property to display email address. Then how and where can I ge
I\'m looping sent item in EWS, and try to show details of each sent emails, receiver, subject, body etc. However, I found receiver in the sent email message is null. How to get receiver email address?