I have found that if I move a message using IMAPIFolder::CopyMessages (using the MESSAGE_MOVE flag) the message gets a new entry ID. However I do not see any reliable way of getting the entry ID of th
Well, the following returns what date was 5 days ago: $days_ago = date(\'Y-m-d\', mktime(0, 0, 0, date(\"m\") , date(\"d\") - 5, date(\"Y\")));
We are looking at sticking some metadata into the X-Headers of email messages. These emails are for consumption by internal systems, and will be hos开发者_C百科ted on an Exchange server.
I\'m having a problem getting emails to bounce to a specific email address, different to the From address.
I am getting the error message “The remote server returned an error: (501) Not Implemented.” when I try to use the HttpWebRequest.GetResponse() using the GET Method to get an email attachment from e
As the subject says, I have a C# web application (.NET 3.5) that\'s communicating with an Exchange 2007 server. What I need help with is to programmatically (preferably from the web app itself) add a
I want to be able to intercept outgoing email on a specific domain in Exchange Server and modify the headers before it is actually delivered.
Exchange 2010 does not support the ESE API for doing backups like it did in 2003 and 2007 according to MSDN. I Quote: \"Exchange 2010 no longer supports the ESE streaming APIs for backup and restore o
my client has an exchange server and offers free email accounts to his clients and partners. His clients need access to some web applications through login and password and need to be authenticated .
I\'ve been tasked with writing a SOAP web-service in .Net to be middleware between EWS2010 and an application server that previously used WebDAV to connect to Exchange. (As I understand it, WebDAV is