Questions tagged as 'exchangewebservices'

0
answers

I can not mount database exchange 2007

I have a base de datos Exchange 2007 , when I try to mount it I get an error message:    MapiExceptionJetDatabaseCorruption: Unable to mount database. (   hr = 0x80004005, ec = -338) I have checked if the database had an error with...
asked by 12.09.2018 / 15:40
0
answers

How to read mail using SMTP from C #?

I have to read an inbox (Inbox Outlook Microsoft Exchange) of an email, I have the email account, the password and by the mail server I have the host (the email is configured as SMTP NOT POP3 or IMAP ) and the port. This is my code private...
asked by 05.09.2018 / 20:47
1
answer

Criteria used by Office 365 to apply the time zone change over meetings

My server creates events in people and resources calendars (rooms) in a customer's Office 365. In the last time change made in Brazil, we realized that Office 365 did not update the schedule of any of the events created by the user used by our s...
asked by 10.05.2018 / 23:08
0
answers

EWS Managed Api problems recovering a folder with XML

I am testing against an Exchange 2007 server and I am having problems retrieving the inbox folder with the Folder folder_root = Folder.Bind(exchangeService, WellKnownFolderName.Inbox); statement. For some reason, this instruction returns...
asked by 12.02.2018 / 12:23
0
answers

EWS Folder search

I need to access a folder called TEST, which is inside the inbox, with the following code I can access the messages in the inbox; //Recupera todos los correos hasta un máximo de 90 public List<Correos> recuperarCorreos() { var ser...
asked by 25.01.2018 / 12:28