Tagged Questions
0
votes
1answer
146 views
Exchange EWS change permissions of another users calendar
imagine person A shares his calendar. How would Person B be able to modify the permissions of person A's calendar? I've tried giving OWNER-rights but this doesn't seem to work.
Is this possible ...
1
vote
0answers
317 views
Sending inline attachments with ews
I'm using EWS to send an email with inline attachement(s).
I'm use following code for it:
var attachment = attachments.AddFileAttachment(path);
attachment.ContentId = cid;
attachment.IsInline = ...
1
vote
0answers
239 views
Customize Exchange Webapp (OWA)
I want to make a custom action for exporting Items or doing other things with it.
I've changed the UIExtensions.xml with extending the RightClickMenuExtensions.
When i click in OWA on my created ...
1
vote
4answers
1k views
How to use PHP to authenticate against a remote Microsoft Exchange 2010
As usual, this is a weird and non-negotiable request from top management.
Anyway, the story is as following:
I will build a website at location A, let say UK (Using CentOS, PHP, Apache)
There is a ...
0
votes
1answer
244 views
When querying FreeBusy status with GetUserAvailabilityRequest, what should I use for AttendeeType?
I'm writing an application that queries a user's Outlook calendar to see if they are available to be contacted "right now" (i.e., they do not have a current appointment that is marked as Away or Out ...