![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I wander for the possibility to capture the opening date once the user open a message from the outlook? Is there a way to do it by code? |
Ads |
#2
|
|||
|
|||
![]()
Yes, that's possible. In VBA and VBScript, the Now() function returns the
current date/time. Exactly what you do with it depends on the details of your scenario that you haven't shared with us yet. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Memo" wrote in message news ![]() Hi, I wander for the possibility to capture the opening date once the user open a message from the outlook? Is there a way to do it by code? |
#3
|
|||
|
|||
![]()
Thank you very much; what I’m trying to do is to track when each user has
been received a particular e-mail and store that date in external container (Database, SharePoint list …) this functionality is needed for auditing kind of thing. so the system will start sending an e-mails for several users and request from them to start taking an action according to it and these actions must be monitored by an auditors but in the same time the auditors do need to know if the users read there e-mails or not "Sue Mosher [MVP]" wrote: Yes, that's possible. In VBA and VBScript, the Now() function returns the current date/time. Exactly what you do with it depends on the details of your scenario that you haven't shared with us yet. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Memo" wrote in message news ![]() Hi, I wander for the possibility to capture the opening date once the user open a message from the outlook? Is there a way to do it by code? . |
#4
|
|||
|
|||
![]()
It could be done with either an add-in running on each user's machine or
with a custom message form published to the Organizational Forms library on the company's Exchange server or to each user's Personal Forms library. But before you start developing the spec for your application, you might want to consider whether the built-in read receipt mechanism in Outlook might be sufficient for your scenario. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Memo" wrote in message ... Thank you very much; what I'm trying to do is to track when each user has been received a particular e-mail and store that date in external container (Database, SharePoint list .) this functionality is needed for auditing kind of thing. so the system will start sending an e-mails for several users and request from them to start taking an action according to it and these actions must be monitored by an auditors but in the same time the auditors do need to know if the users read there e-mails or not "Sue Mosher [MVP]" wrote: Yes, that's possible. In VBA and VBScript, the Now() function returns the current date/time. Exactly what you do with it depends on the details of your scenario that you haven't shared with us yet. "Memo" wrote in message news ![]() Hi, I wander for the possibility to capture the opening date once the user open a message from the outlook? Is there a way to do it by code? |
#5
|
|||
|
|||
![]()
Thank you for your replay, actually the receipt it might be going to be
perfect if the user won’t be able to cancel it by clicking on don’t sent a receipt! How can I achieve the add-in or the publishing solution? What is the deference’s? "Sue Mosher [MVP]" wrote: It could be done with either an add-in running on each user's machine or with a custom message form published to the Organizational Forms library on the company's Exchange server or to each user's Personal Forms library. But before you start developing the spec for your application, you might want to consider whether the built-in read receipt mechanism in Outlook might be sufficient for your scenario. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Memo" wrote in message ... Thank you very much; what I'm trying to do is to track when each user has been received a particular e-mail and store that date in external container (Database, SharePoint list .) this functionality is needed for auditing kind of thing. so the system will start sending an e-mails for several users and request from them to start taking an action according to it and these actions must be monitored by an auditors but in the same time the auditors do need to know if the users read there e-mails or not "Sue Mosher [MVP]" wrote: Yes, that's possible. In VBA and VBScript, the Now() function returns the current date/time. Exactly what you do with it depends on the details of your scenario that you haven't shared with us yet. "Memo" wrote in message news ![]() I wander for the possibility to capture the opening date once the user open a message from the outlook? Is there a way to do it by code? . |
#6
|
|||
|
|||
![]()
A published form is suitable only if your scenario extends only to people in
your own organization *and* if you can meet the publishing requirement I mentioned earlier. Information on creating published custom forms and Outlook add-ins is available on MSDN and at the Outlookcode.com web site. It's not something that can be covered in a few sentences of a Usenet post. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Memo" wrote in message ... Thank you for your replay, actually the receipt it might be going to be perfect if the user won't be able to cancel it by clicking on don't sent a receipt! How can I achieve the add-in or the publishing solution? What is the deference's? "Sue Mosher [MVP]" wrote: It could be done with either an add-in running on each user's machine or with a custom message form published to the Organizational Forms library on the company's Exchange server or to each user's Personal Forms library. But before you start developing the spec for your application, you might want to consider whether the built-in read receipt mechanism in Outlook might be sufficient for your scenario. "Memo" wrote in message ... Thank you very much; what I'm trying to do is to track when each user has been received a particular e-mail and store that date in external container (Database, SharePoint list .) this functionality is needed for auditing kind of thing. so the system will start sending an e-mails for several users and request from them to start taking an action according to it and these actions must be monitored by an auditors but in the same time the auditors do need to know if the users read there e-mails or not "Sue Mosher [MVP]" wrote: Yes, that's possible. In VBA and VBScript, the Now() function returns the current date/time. Exactly what you do with it depends on the details of your scenario that you haven't shared with us yet. "Memo" wrote in message news ![]() I wander for the possibility to capture the opening date once the user open a message from the outlook? Is there a way to do it by code? . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Most recent email is from random date in the past when opening OE6 | Gordon | Outlook Express | 4 | June 7th 09 09:37 PM |
Outlook Macro for Opening Reuters, Opening Excel File, Send Email | Tsp245 | Outlook and VBA | 1 | August 13th 08 09:27 PM |
Opening calendar always goes to same date | Rico | Outlook - Calandaring | 2 | April 30th 07 09:20 PM |
How do I see due date of flags on contacts without opening each? | Sarac | Outlook - Using Contacts | 1 | August 28th 06 09:15 PM |
focus date in calender on opening | Chuck | Outlook - Calandaring | 2 | February 1st 06 01:48 AM |