![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: cached, email, exchange, pulled |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello All,
Our users typically operate in cached mode on Exchange server. We need a server side application (Visual Studio) to interrogate the Exchange server to see if the mail items has been pulled from the server and cached to the local machine, we also need to know if the mail item has been opened/read (which we were able to do - that was the simple part). The application will run on the server, so account access should not be a problem. Any suggestions, Microsoft technical support has not been much help to date. We were told that there is no indicator in the Exchange repository to tell if the item was cached to the client, seems like ActiveSynch or something similar would be leveraging this type of indicator so it would not have to reload all headers, only those not cached. Suggestions" Thanks |
| Ads |
|
#2
|
|||
|
|||
|
There is no magic property. What do you do if you access the same mailbox
from multiple machines or profiles? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "news.comcast.net" wrote in message ... Hello All, Our users typically operate in cached mode on Exchange server. We need a server side application (Visual Studio) to interrogate the Exchange server to see if the mail items has been pulled from the server and cached to the local machine, we also need to know if the mail item has been opened/read (which we were able to do - that was the simple part). The application will run on the server, so account access should not be a problem. Any suggestions, Microsoft technical support has not been much help to date. We were told that there is no indicator in the Exchange repository to tell if the item was cached to the client, seems like ActiveSynch or something similar would be leveraging this type of indicator so it would not have to reload all headers, only those not cached. Suggestions" Thanks |
|
#3
|
|||
|
|||
|
The issue is one of knowing at the server that the remote system has had
access (not necessarily read) to the email system and that the cache has been refreshed. It is a unique environment where we need to know if the user was or was not in communication range and had communicated with the system. If we just rely upon on messages read, it gives false positives (e.g. I could have had my cache refreshed but not read the email) and forces us to use an alternative (e.g. satellite) method of pushing the email out. The alternative method of communication is higher priority and more costly. Thanks "Dmitry Streblechenko" wrote in message ... There is no magic property. What do you do if you access the same mailbox from multiple machines or profiles? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "news.comcast.net" wrote in message ... Hello All, Our users typically operate in cached mode on Exchange server. We need a server side application (Visual Studio) to interrogate the Exchange server to see if the mail items has been pulled from the server and cached to the local machine, we also need to know if the mail item has been opened/read (which we were able to do - that was the simple part). The application will run on the server, so account access should not be a problem. Any suggestions, Microsoft technical support has not been much help to date. We were told that there is no indicator in the Exchange repository to tell if the item was cached to the client, seems like ActiveSynch or something similar would be leveraging this type of indicator so it would not have to reload all headers, only those not cached. Suggestions" Thanks |
|
#4
|
|||
|
|||
|
If you have code running on the client side, you could of course add a
special property to a message that will signal to tehe server that the message had been accessed. But that would mean modifying the message and posting teh data back to the server. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "news.comcast.net" wrote in message ... The issue is one of knowing at the server that the remote system has had access (not necessarily read) to the email system and that the cache has been refreshed. It is a unique environment where we need to know if the user was or was not in communication range and had communicated with the system. If we just rely upon on messages read, it gives false positives (e.g. I could have had my cache refreshed but not read the email) and forces us to use an alternative (e.g. satellite) method of pushing the email out. The alternative method of communication is higher priority and more costly. Thanks "Dmitry Streblechenko" wrote in message ... There is no magic property. What do you do if you access the same mailbox from multiple machines or profiles? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "news.comcast.net" wrote in message ... Hello All, Our users typically operate in cached mode on Exchange server. We need a server side application (Visual Studio) to interrogate the Exchange server to see if the mail items has been pulled from the server and cached to the local machine, we also need to know if the mail item has been opened/read (which we were able to do - that was the simple part). The application will run on the server, so account access should not be a problem. Any suggestions, Microsoft technical support has not been much help to date. We were told that there is no indicator in the Exchange repository to tell if the item was cached to the client, seems like ActiveSynch or something similar would be leveraging this type of indicator so it would not have to reload all headers, only those not cached. Suggestions" Thanks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cached Exchange Mode | Mark_Vader | Outlook - Installation | 1 | December 7th 06 08:06 PM |
| Using cached exchange mode vs not using cached exchange mode | Jim in Cleveland | Outlook - Installation | 3 | September 24th 06 03:47 AM |
| Cached Exchange Mode | Christine Lisi | Outlook - Installation | 1 | August 18th 06 03:21 PM |
| Cached Exchange Mode | Shauna T | Outlook - General Queries | 7 | March 9th 06 03:37 PM |
| Meeting request grabs cached email address instead of Exchange | Russell White | Outlook - Calandaring | 1 | February 13th 06 05:58 PM |