COM Interop without regasm
        Posted  
        
            by SLaks
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SLaks
        
        
        
        Published on 2009-08-30T18:42:56Z
        Indexed on 
            2010/03/22
            18:31 UTC
        
        
        Read the original article
        Hit count: 787
        
I'm a limited user, and I need to write an Outlook macro that exposes a C# library in Outlook 2003 and 2007.
I do not have any admin privilges at all, not even at install time, so I can't run RegAsm and I can't (I assume) write a managed add-in.
Is there any way to call .Net code from VBA in this scenario, or are there any other solutions?
This is for personal use only, so an ugly hack is perfectly acceptable (so long as it works)
© Stack Overflow or respective owner