cancel
Showing results for 
Search instead for 
Did you mean: 

How can I install Microsoft.Office.Interop.Outlook.dll within my Digital Worker?

lulis
Level 3

How can I install Microsoft.Office.Interop.Outlook.dll within my Digital Worker?



------------------------------
Lucia Lisdero
------------------------------
1 BEST ANSWER

Helpful Answers

Hi Lucia Lisdero,

In general  the dll you mentioned will be automatically  present when MS office was installed.
Are you referring to keep these dll in specific location  with in the VM? 



------------------------------
-----------------------
If I answered your query. Please mark it as the "Best Answer"

Harish Mogulluri
Lead developer
America/New_York TX
------------------------------

-----------------------
If I answered your query. Please mark it as the Best Answer

Harish Mogulluri

View answer in original post

9 REPLIES 9

Hi Lucia Lisdero,

In general  the dll you mentioned will be automatically  present when MS office was installed.
Are you referring to keep these dll in specific location  with in the VM? 



------------------------------
-----------------------
If I answered your query. Please mark it as the "Best Answer"

Harish Mogulluri
Lead developer
America/New_York TX
------------------------------

-----------------------
If I answered your query. Please mark it as the Best Answer

Harish Mogulluri

John__Carter
Staff
Staff

Try re-running the installer and choose Change Features
15790.png



------------------------------
John Carter
Blue Prism
------------------------------

Thanks John carter for sharing the screenshot. I  totally forgot it is present in the BP installation.



------------------------------
-----------------------
If I answered your query. Please mark it as the "Best Answer"

Harish Mogulluri
Lead developer
America/New_York TX
------------------------------
-----------------------
If I answered your query. Please mark it as the Best Answer

Harish Mogulluri

ewilson
Staff
Staff

@lulis,

Versions of Blue Prism prior to v7.3 included the Outlook interop DLL if you selected the option at install. If it's not in your folder, it's likely that you didn't select that option during install.

Starting with v7.3, the Outlook interop DLL is no longer included due to licensing restrictions. In its place is the NetOffice Framework equivalent. However, the be able to leverage that Outlook integration you will have to download the NetOffice version of the Outlook VBO from the DX. You can find that here. All of the action names and even the VBO name and object ID are the same, so you shouldn't have any issues with existing proceses that use the legacy Outlook VBO.

Cheers,



------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

sonuiiml
Level 5

Hi @lulis. If my understanding is correct, you  probably need this dll to be present in 
C:\Program Files\Blue Prism Limited\Blue Prism Automate folder to execute your automation using Microsoft Outlook. Well normally its present in the same virtual machine where you are trying to run the automation. It should be present in the below folder path
C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Outlook.dll
the dll file needs to be copied from the mentioned folder to the bleu prism automate folder. It normally needs admin access though.




------------------------------
Susamay Halder Consultant
Consultant
Bruce Power
+1(437)217-1086
------------------------------

Hello @ewilson, i tried to use the VBO for v7.3 but i received an exception: 
Internal : Could not create an instance of the code class because Exception has been thrown by the target of an invocation.

i was trying to use the send email. the version of my blue prism is v7.3 for learning.

Hope you can answer this. thank you in advance.

@chambhaa 

Ok, so you're using the 7.3 Learning Edition. Couple questions for you:

  1. Is this 64 or 32 bit? 
  2. Are you using the 32 or 64 bit version of Outlook?
  3. Are you using the legacy Outlook VBO from the DX or the NetOffice version of the VBO? They have different requirements.

Cheers,

Eric

Hello,

1. Using 64 bit

2. I think im using 64 bit outlook since this is the new outlook from office 365

3. im using the NetOffice version.

Thanks

@chambhaa if you check the Blue Prism Automate folder (ie. C:\Program Files\Blue Prism Limited\Blue Prism Automate) do you see the following files: 

  • NetOffice.dll
  • OfficeApi.dll
  • OutlookApi.dll