Regarding Import of interop

Dear Team,

How to import microsoft.interop in imports panel?

Hi @Ram_Shiva_Reddy ,

-First make sure that the dependency related to your microsoft.interop is installed in manage packages, like microsoft.office.interop.excel etc
-In the imports panel, you can find it for importing.
image

Regards,

1 Like

Hi @Ram_Shiva_Reddy ,

Do you want to import a certain namespace ? Is it for Excel or Word ?

For what reason do you want to import it ?
Also, Check when typing in imports Panel :
image

1 Like

Hi @Ram_Shiva_Reddy

Either you can import the namespace from the imports panel in the studio (Given that the necessary libraries are in place) or you can import the same using Invoke Code activity.

Check out this reference:

Hope this helps,
Best Regards.

Hello,
It is for Outlook.
Does interop works only for mails?

@Ram_Shiva_Reddy

Can you try importing the following namespace:

image

Hope this helps,
Best Regards.