D
Dave Townsend
I am coming across a strange error when trying to save a ContactItem.
Basically I am reading a large number of names and phone numbers from a
text file and storing each one as a contact. I have created the folder
ok and it does create new contacts happily until it is around half way
through the list. Then it fails, and it fails on a different contact
each time.
I'm writing in C# and the only thing I have found so far is that if I
put a try...catch block around the call to the Save method then it lets
me see the exception. The exception text is: "HRESULT 0xBFE7000E".
Unfortunately this means little to me, anyone out there understand what
could cause that error?
Dave
Basically I am reading a large number of names and phone numbers from a
text file and storing each one as a contact. I have created the folder
ok and it does create new contacts happily until it is around half way
through the list. Then it fails, and it fails on a different contact
each time.
I'm writing in C# and the only thing I have found so far is that if I
put a try...catch block around the call to the Save method then it lets
me see the exception. The exception text is: "HRESULT 0xBFE7000E".
Unfortunately this means little to me, anyone out there understand what
could cause that error?
Dave