ews-managed-api
Error when I try to read/update the .Body of a Task via EWS Managed API - "You must load or assign this property before you can read its value."
I am using the Exchange Web Services Managed API to work with Tasks (Exchange 2007 SP1).I can create them fine.However, when I try to do updates, it works for all of the fields except for the .Body fi[详细]
2023-01-08 13:21 分类:问答Exchange Web Services (Managed API) vs. WebDav Performance Question
I\'m new to Exchange (2007) development so please bear with me. :-).There appear to be a myriad of technologies for Exchange development -- the latest being Exchange Web Services -- and it\'s related[详细]
2023-01-08 06:04 分类:问答How can I narrow down the point of failure in this ASP.NET ASMX to Exchange 2010 Managed API setup?
Since working with Exchange Web Services 2010 is a bit ridiculous, especially from anything other than .NET, I\'ve been tasked with wrapping some functionality up in a SOAP web service that acts as a[详细]
2023-01-04 11:24 分类:问答How can I detect if this dictionary key exists in C#?
I am working with the Exchange Web Services Managed API, with contact data. I have the following code, which is functional, but not ideal:[详细]
2022-12-30 09:25 分类:问答Folder.Bind - "Id is malformed" - Exchange Web Services Managed API
I\'m passing the Folder.Id.UniqueId property of a folder retrieved from a FindFolders query via the query string to another page.On this second page I want to use that UniqueId to bind to the folder t[详细]
2022-12-24 03:31 分类:问答Can't access public folders root
I\'ve recently coded a .NET Console app using C#. It\'s purpose was to read the emails within a specific folder, parse them for specific values and save them to a database.[详细]
2022-12-23 17:46 分类:问答Using EWS Managed API to create appointments for other users?
In EWS Managed API is it easy to create an appointment for a specific user: ExchangeService service = new ExchangeService();[详细]
2022-12-22 08:04 分类:问答How to get Item web client id in Exchange 2007 using EWS Managed API
I have an EmailMessage it开发者_StackOverflow中文版em saved in Draft folder. I need to open an editing form of it in browser, but cannot found id that is used by web client. In documentation there is[详细]
2022-12-19 10:05 分类:问答Are extra installs needed to access Managed EWS on an Exchange 2010 server?
Does the system administrator need to install anything extra to get EWS Managed API working for clients on Exchange 2010? At the moment I am getting problems just using AutoDiscover via the managed AP[详细]
2022-12-17 06:24 分类:问答Using ExchangeService to Add Appointment Occurances
The target is someone\'s Exchange Calendar (2007). I want to add a simple \"Appointment Occurance\" to someone\'s calendar. This code works (I am using the Microsoft.Exchange.WebServices.dll):[详细]
2022-12-15 05:22 分类:问答