Melegant
05-22-2001, 10:07 AM
Take this code block here
Public Sub Task()
Set NewTask = ThisOutlookSession.CreateItem(olTaskItem)
NewTask.Subject = "Test"
how do i get this into a custom task folder in public folders called Log Book?
Thanks
Public Sub Task()
Set NewTask = ThisOutlookSession.CreateItem(olTaskItem)
NewTask.Subject = "Test"
how do i get this into a custom task folder in public folders called Log Book?
Thanks