Hi.
This should be realy simple, but I am strugling.
I want to send task requests to various folks, and I thought it would be as simple as
Set ObjOutlook = CreateObject("Outlook.Application")
Set objemail = ObjOutlook.CreateItem(olTaskItem)
But the methods of the OlTaskItem elude me.
Example, the .To or the .DueDate don't seem to be happy.
Any advise would be very much appreciated.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
This should be realy simple, but I am strugling.
I want to send task requests to various folks, and I thought it would be as simple as
Set ObjOutlook = CreateObject("Outlook.Application")
Set objemail = ObjOutlook.CreateItem(olTaskItem)
But the methods of the OlTaskItem elude me.
Example, the .To or the .DueDate don't seem to be happy.
Any advise would be very much appreciated.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.