Some of our users are getting this exception sometimes (not for every contact):
System.Runtime.InteropServices.COMException (0x800706BE):
The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
at Microsoft.Office.Interop.Outlook._ContactItem.get_LastName()
This happens when we're trying to get the last name of a contact (of the ContactItem
type).
Does anybody know what the problem is?
Any help would be appreciated. Thanks!