- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can one create an Outlook task using ilogic?
I can get an email working but not a task so far..
This seems to just create an email not a task..
oOApp = CreateObject("Outlook.Application")
oOTask = oOApp.CreateItem(olTaskItem)
oOTask.Subject = "Check Drawings"
oOTask.Display
-------------------------------------------------------------------------------------------
Inventor 2023 - Dell Precision 5570
Did you find this reply helpful ? If so please use the Accept Solution button below.
Maybe buy me a beer through Venmo @mcgyvr1269
Solved! Go to Solution.
Link copied