PC Review


Reply
Thread Tools Rate Thread

How do i set a remainder if i didnt reply the mail with in 2 hrs?

 
 
bhuvana
Guest
Posts: n/a
 
      25th Nov 2009

 
Reply With Quote
 
 
 
 
Michael Bauer [MVP - Outlook]
Guest
Posts: n/a
 
      25th Nov 2009


Use the object browser (f2) to see what proeprties an item offers. For
instance, switch from <All Libraries> to Outlook, select MailItem (for which
you want to set anything) in the left pane, then look for the various
Reminder* properties in the right pane.

Probably you could use the ItemAdd or NewMailEx event of the inbox, and add
a reminder to every incoming item.

Before the reminder comes up, Outloook fires the Reminder event of the
Application object. In that event check the PR_LAST_VERB_EXECUTED property
of the item. That property stores only the last action; a value of 102
indicates that you have replied to the item.

Depending on your Outlook version you might need CDO 1.21 or Redemtpion
(www.dimastr.com) to read the property. Since OL07 you can also use the
PropertyAccessor for that.

If the value of the property is 102, just turn off the reminder in the
event, so you don't get the prompt.


--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 24 Nov 2009 18:48:01 -0800 schrieb bhuvana:
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to view emails that I didnt reply to amur Microsoft Outlook Discussion 2 9th Jan 2008 09:43 AM
need to send mail when remainder event cased yuvalbra Microsoft Outlook Form Programming 1 11th Jul 2007 01:38 PM
How do I get appointment remainder when I am using additional mail =?Utf-8?B?QXJhdmluZA==?= Microsoft Outlook Discussion 1 6th Nov 2006 02:24 PM
pop up for a remainder set for a mail in sent item =?Utf-8?B?Y2hldGhhbg==?= Microsoft Outlook Discussion 3 30th Nov 2005 03:02 PM
reply didnt work out K.N.Ranjit Microsoft VB .NET 4 30th Dec 2003 08:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:44 PM.