ForumsSearch
Search results for "Posted by Matt Brooks"
Author | Message |
---|---|
Matt Brooks |
Posted Aug 16, 2010 in: One-Click Toodledo Outlook Button (code included)
Score: 0
Hi,
To enable the macro you need to certify that it is secure to run http://www.howto-outlook.com/howto/selfcert.htm Regards Matt |
Matt Brooks |
Posted Jul 15, 2010 in: One-Click Toodledo Outlook Button (code included)
Score: 0
Hi,
I have to agree its a wonderful addin can't believe how much I use it. To get the code to include contexts replace this line Replace(objMail.Subject, "FW:From Outlook ! ", "") with this line objMail.Subject = objMail.Subject & " ! #today >today *Outlook @at work " Using these parameters within the " " of the above line https://www.toodledo.com/info/help_email.php On mine I have it setting the start date to today the due date for today the folder is called Outlook and the context is at work Hope this helps. Matt |