Forum Discussion
TTC-BlueHill1
May 08, 2024Copper Contributor
VBA - Retrieve emails Attachment & Download
Hi Everyone, I have a big task and I don't know if this can be done through VBA. Let me explain what I need to be done. 1. I have several clients that I setup an email address through Exchange se...
TTC-BlueHill1
Jun 12, 2024Copper Contributor
Hello sir,
I will want to try the vba code, but I am still having. Can you help?
I am getting this error below.
"Run-time error - 2147221233 (8004010f). The attempted operation failed. An object could not be found".
I will want to try the vba code, but I am still having. Can you help?
I am getting this error below.
"Run-time error - 2147221233 (8004010f). The attempted operation failed. An object could not be found".
NikolinoDE
Jun 13, 2024Gold Contributor
The "Run-time error - 2147221233 (8004010f)" in Outlook typically indicates an issue with the Outlook profile or the way Outlook is configured. This error can occur for various reasons, including corrupted profiles, missing or inaccessible data files, or issues with the Outlook installation itself.
Here are some steps you can follow to troubleshoot and resolve this error:
1. Repair Outlook Profile
- Open Outlook.
- Go to File > Account Settings > Account Settings.
- Select the email account causing the issue and click Repair.
2. Create a New Outlook Profile
- Close Outlook.
- Open the Control Panel and go to Mail (or Mail (32-bit)).
- Click on Show Profiles.
- Click Add to create a new profile and configure it with your email account.
- Set the new profile as the default profile.
3. Check Data File Locations
- Open Outlook.
- Go to File > Account Settings > Account Settings.
- Check the location of your data files under the Data Files tab.
- Ensure that all data files are accessible and not corrupted.
4. Run Outlook with Resetnavpane
- Close Outlook.
- Press Win + R to open the Run dialog.
- Type outlook.exe /resetnavpane and press Enter.
- This command resets the Navigation Pane settings in Outlook.
5. Repair Office Installation
- Open the Control Panel.
- Go to Programs > Programs and Features.
- Select Microsoft Office from the list and click Change.
- Choose the Repair option and follow the prompts.
6. Update Outlook
- Ensure that Outlook and Office are updated to the latest version.
- Go to File > Office Account > Update Options > Update Now.
7. Check for Add-Ins
- Sometimes, third-party add-ins can cause issues.
- Open Outlook in Safe Mode by holding Ctrl while launching Outlook.
- Disable add-ins by going to File > Options > Add-ins.
- Manage COM Add-ins and disable unnecessary ones.
8. Check Internet Connectivity
- Ensure that your internet connection is stable.
- Sometimes, connectivity issues can cause errors in Outlook operations.
If none of that helps, then I recommend what was already recommended: a new installation.
Hope this information was helpful to you.
- TTC-BlueHill1Jun 24, 2024Copper ContributorHello sir,
Is the VBA code above only work for outlook that install on your desktop? I am trying to login to the customer mailbox that called Outlook Web App not 365 Exchange Server. Another word it is on-premises not the online 365 exchange.
To answer your question, Last time I did an online repair both quick and complete repair it corrupts my outlook 2016 so they have to uninstall that version and install 2021 version. I learn my lesson and I don't want history repeat itself.
I know there's a way to login to these mailboxes and grab these attachments and save them to my folder by using.
QUESTION: IS THAT CAN BE DONE BY USING POWER SHELL? It might be easy or less work to change a few codes. Please let me know if that durable and if you can please show me how the script.
That's all I need to far.
Thank you in advance!