Asked By
arianrelos
0 points
N/A
Posted on - 12/14/2011
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?
How to work with Outlook Exception?
Hi friend.
It is essential to create an account on MS Access or Outlook. Which require using this kind of option? I think you would not create that, Go to the MS Outlook and create the account through steps agreement. You have to line in Internet connection during browse.
Then Submit your Email and If can bookmark the page which is always open by connecting time. Follow then Go start Menu and All programs >>MS Word and select the outlook but connect on Internet. Then fill the terms which on your screen in step by step. There was not very hard option to fill up. Or Outlook attachments will accept the package configuration.
You need to keep original package.
How to work with Outlook Exception?
The problem you are experiencing while you are using outlook is possibly because you are using the COM object for the wrong Microsoft outlook object, you are trying to run a version of the COM object that is not supported by the version of ms outlook that you are using, and therefore you will need to rectify that. In case your ms outlook is version 9.0 and the COM object that you are using is ms outlook version 11, then you will need to swap the two applications and use the right one, or alternatively get the right COM object and try the process again. That should fix the issue.
Regards
Thompson Locker
Â
Answered By
ruman
0 points
N/A
#101120
How to work with Outlook Exception?
Â
Hi,
Â
Recurring appointment items are running, any prior references should be released.
New references are then obtained before the recurring appointment items are accessed and modified. Â
Â
After you finish the modification and save the changes, these references shall be released as soon as possible. You shall have the same practice with Recurrence Pattern, Recurring Appointment Item or any Exception.Â
Â
The Exception object is to define the exceptions to the appointment series and added to the object when relevant appointment item is modified.
Â
In Visual Basic, existing object shall be set to Nothing to release while In C+, just release the memory explicitly. Â
Â
Hope this could help.
Â