System.Runtime.InteropServices.COMException (0x800706BE) upon receipt of the contact .LastName

Some of our users sometimes get this exception (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 try to get the last name of the contact (type ContactItem).

Does anyone know what the problem is?

Any help would be greatly appreciated. Thank!

+3
source share
3 answers

This is a Windows error, object code is 7. The last word gives a Windows error, 0x6be == 1726:

// MessageId: RPC_S_CALL_FAILED
//
// MessageText:
//
// The remote procedure call failed.
//
#define RPC_S_CALL_FAILED                1726L

Office, Outlook, COM . RPC - . . , google .

, Outlook . . , . , . - .

+8

( ) C:\Windows\System32\config\systemprofile\AppData​​p >

Hello! Gabriel from Argentina

0
source

Source: https://habr.com/ru/post/1780887/


All Articles