How to work with Outlook Exception?
Whenever the users would call the Attachments.Remove(index), most of them occasionally receive the following exception: System.Runtime.InteropServices.COMException (0x80020003): Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
found in Microsoft.Office.Interop.Outlook.Attachments.Remove(Int32 Index)
My question is how can I work with this exception?








