Im currently trying to use some generated code from http://sudzc.com/ This code is not perfectly adapted to my web services, so I tried to add Categories to some of the generated classes and to exchan
i am devoluping an small add in for outlook. I need to acces开发者_如何学编程s to the user that is configured in outlook. How can i access to that information?I think you can do this via the Account i
I have this code here where I retrieve an attachment from an Email Message that is on the Exchange Server using EWS
If I get an email from john.doe@aol.com and I want to change the sender\'s name to john@mydomain.com, how would I do it?
Currently a website I\'m working on has a web-based calendar of upcoming events. We are looking into the possiblilty of expanding this so that people can locally access the calendar data - if possible
Since Exchange 2007, MAPI is no longer installed when Exchange is installed. On these systems this install is needed in addition to Exchange if you want to use MAPI.
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
I would like to be able to process incoming emails for a particular account. Things like parsing subject/body, process/save any attachments, upload processed data to a database, etc.
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
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