Sending email with outlook and attach excel file

Hi im trying to automate the process of sending outlook email and attaching a excel file along with it, i have tried the activity “Send Outlook Mail Message” however i encountered some errors stating “Send Outlook Mail Message: Unable to cast COM object of type ‘Microsoft.Office.Interop.Outlook.ApplicationClass’ to interface type ‘Microsoft.Office.Interop.Outlook._Application’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{00063001-0000-0000-C000-000000000046}’ failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).”
i do not want to mess with my files to fix the error as im unsure of the outcome

is there any other activity i can use to fulfill my current task of sending outlook email ? thanks in advance !

This link may help you.
https://forum.uipath.com/t/unable-to-cast-com-object-of-type-microsoft-office-interop-outlookapplicationclass-troubleshoot-steps/134142?u=hasib08

Thanks
@mkj2000