Question : Outlook 2007 -- ToDo List WINDOW

How can I get "From" and "To" columns
to appear on the "Tasks/To-Do List"
WINDOW when doing the below steps ?

 1. create a NEW message
 2. click "FollowUp"
 3. click "Add Reminder"
 4. change "Reminder" DATE
 5. click "OK"
 6. click "Send"
 7. open "Tasks/To-Do List",
    new email is viewable,
    but does not display
    WHO I sent it TO
 8. the "Tasks/To-Do List"
    Field Chooser allows me to
    add TO and FROM, but it
    does not display

Answer : Outlook 2007 -- ToDo List WINDOW

give this a try, i hvae not teste it myself.

function FindProxyForURL(url, host)
{
if ((isInNet(myIpAddress(), "10.5.5.10", "255.255.255.255") && (shExpMatch(url, "http://200.200.200.200"))
return "PROXY 8.9.10.11:8080";
}

Random Solutions  
 
programming4us programming4us