You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an old VSTO outlook addin written in C# that I need to recreate. Most of that VSTO addin uses the interop library to get the various outlook email items and what not to perform operations.
The outlook blazor sample project looks like it uses blazor/C#, but then calls the JSInterop to actually do anything with the outlook logic. Can I use the C# interop library and basically ignore js? I would love to reuse the logic I already have, and wrap new blazor UI code around it.
If I have to use js then the blazor sample library seems like a ton of extra work to just say that you can use blazor to make an outlook web addin, but doesn't make any argument for why you actually would want to.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an old VSTO outlook addin written in C# that I need to recreate. Most of that VSTO addin uses the interop library to get the various outlook email items and what not to perform operations.
The outlook blazor sample project looks like it uses blazor/C#, but then calls the JSInterop to actually do anything with the outlook logic. Can I use the C# interop library and basically ignore js? I would love to reuse the logic I already have, and wrap new blazor UI code around it.
If I have to use js then the blazor sample library seems like a ton of extra work to just say that you can use blazor to make an outlook web addin, but doesn't make any argument for why you actually would want to.
Beta Was this translation helpful? Give feedback.
All reactions