ews-managed-api
EWS Managed API - Email client using POP3/IMAP does not display custom header
We have begun to use the EWS Managed API to send email via MS Exchange Server 2007. We have another product which receives email from MS Exchange Server 2007 via POP3/IMAP protocol.[详细]
2023-01-31 08:50 分类:问答Managed EWS - Reply Post with alternative From property
In managed Exchange Web Services there is a class PostItem, which can be instantiate with ExchangeService object.[详细]
2023-01-26 12:43 分类:问答Pull/Push message-Exchange Server 2007 using EWS Managed Api 1.0
.NET 4.0 - C# Application needs to pull messages out of Exchange Server 2007. W开发者_如何学Pythone are using EWS Managed API 1.0. Also the app needs to push messages to the Exchange Server 2007.Pull[详细]
2023-01-26 07:03 分类:问答EWS: Access shared calendars
I am trying to use Exchange Web Services to access calendar data, but I can\'t seem to figure out how to access calendars which have been shared by other users when it is not their default calendar. A[详细]
2023-01-26 06:56 分类:问答EWS error when updating an item Category
I get the following error when calling the Update() method on an Item in my VB .Net application using EWS (logged on to Exchange 2007 SP1):[详细]
2023-01-25 12:03 分类:问答Exchange Web Services API 1.0 Error
I\'m getting the following error when trying to connect to my exchange server at Microsoft Online. I couldn\'t see how to get access to the underlying XML and I wondered if this e开发者_StackOverflow中[详细]
2023-01-24 10:33 分类:问答Can't retrieve Appointment.StartTimeZone through EWS Managed API on Exchange 2007 SP1
I can retrieve the Appointment.TimeZone for items with: PropertySet propertiesAll = new PropertySet(BasePropertySet.IdOnly, ..., AppointmentSchema.TimeZone, AppointmentSchema.StartTimeZone, ...);[详细]
2023-01-23 23:52 分类:问答Extract Exchange 2007 Public Calendar Appointments using Exchange Web Services API
We have a public calendar for our company set up in an Exchange 2007 Public Folder.I am able to retrieve my personal calendar appointments for the current day using the code below.I have searched high[详细]
2023-01-14 12:32 分类:问答Getting a EmailMessage Attachment via FileStreamResult
I have this code here where I retrieve an attachment from an Email Message that is on the Exchange Server using EWS[详细]
2023-01-10 16:53 分类:问答How do I discover all mailboxes for an Exchange Server using Exchange Web Services?
I\'m using Exchange Web Services Managed API 1.0 to access the Exchange servers (2007) in my organization.I need to iterate over all the mailboxes on a given server.I haven\'t seen a way to get the li[详细]
2023-01-09 20:47 分类:问答