J
joshnya2
I created a program that works fine when I am using my own personal
Exchange profile in
Outlook. It creates a series of appointments on my calendar and then
invites people that are pulled from a custom form.
When I switch over to a public account I have full access to and run
the
program I get "Operation aborted (Exception from HRESULT: 0x80004004
(E_ABORT))"
The error is indicating I have an issue with this line of code:
objAppt = objOL.CreateItem(olAppointmentItem)
I have had several people at my office look at this and all are
baffled. Any
clues/ideas/suggestions are very welcome. Thanks!
If requested I will post the entire code.
Exchange profile in
Outlook. It creates a series of appointments on my calendar and then
invites people that are pulled from a custom form.
When I switch over to a public account I have full access to and run
the
program I get "Operation aborted (Exception from HRESULT: 0x80004004
(E_ABORT))"
The error is indicating I have an issue with this line of code:
objAppt = objOL.CreateItem(olAppointmentItem)
I have had several people at my office look at this and all are
baffled. Any
clues/ideas/suggestions are very welcome. Thanks!
If requested I will post the entire code.