A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , ,

Cached Email Pulled from Exchange?





 
 
Thread Tools Display Modes
  #1  
Old October 22nd 07, 07:23 PM posted to microsoft.public.outlook.program_vba
news.comcast.net[_2_]
external usenet poster
 
Posts: 2
Default Cached Email Pulled from Exchange?

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  
Old October 22nd 07, 10:50 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 1,592
Default Cached Email Pulled from Exchange?

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  
Old October 23rd 07, 06:54 PM posted to microsoft.public.outlook.program_vba
news.comcast.net[_2_]
external usenet poster
 
Posts: 2
Default Cached Email Pulled from Exchange?

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  
Old October 23rd 07, 08:38 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 1,592
Default Cached Email Pulled from Exchange?

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT +1. The time now is 06:02 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Web directory - Fast Loans - Business Credit Card - Loans - Buy Anything On eBay