boardgamer
Programmer
Thank you
I got the references connected, how do I add add a task
' get Outlook
Dim olApp As Object ' Outlook.Application
Set olApp = GetOutlookApp
If olApp Is Nothing Then Exit Sub
<------ Create a new task?
Dim Subject As String
Dim Body As String
Dim Begindate As Date
Dim Enddate As Date
Dim Priority As String
I got the references connected, how do I add add a task
' get Outlook
Dim olApp As Object ' Outlook.Application
Set olApp = GetOutlookApp
If olApp Is Nothing Then Exit Sub
<------ Create a new task?
Dim Subject As String
Dim Body As String
Dim Begindate As Date
Dim Enddate As Date
Dim Priority As String