E
enak
I need some help.
I have a group of attorneys that need to be able to see
the schedule of court dates. These dates are scheduled by
the legal assistants.
This is what I need:
when a legal assistant schedules a court date I need that
date to be added to each attorney's outlook calendar when
the legal assistant adds it to the case calendar.
the case calendar can be the calendar control linked to a
database.
I have tried to access the outlook calendar but I can not
even get the outlook object to instantiate.
Here is my code so far:
Dim objOutlook As Outlook.Application
Dim objNamespace As Outlook.NameSpace
Dim objContactFolder As Outlook.MAPIFolder
objOutlook = New Outlook.Application
objNamespace = objOutlook.GetNamespace("MAPI")
I get an error at the "New Outlook.Application" line
above. The error states that "Server execution failed".
Can anyone please help?
Thanks
enak
I have a group of attorneys that need to be able to see
the schedule of court dates. These dates are scheduled by
the legal assistants.
This is what I need:
when a legal assistant schedules a court date I need that
date to be added to each attorney's outlook calendar when
the legal assistant adds it to the case calendar.
the case calendar can be the calendar control linked to a
database.
I have tried to access the outlook calendar but I can not
even get the outlook object to instantiate.
Here is my code so far:
Dim objOutlook As Outlook.Application
Dim objNamespace As Outlook.NameSpace
Dim objContactFolder As Outlook.MAPIFolder
objOutlook = New Outlook.Application
objNamespace = objOutlook.GetNamespace("MAPI")
I get an error at the "New Outlook.Application" line
above. The error states that "Server execution failed".
Can anyone please help?
Thanks
enak