Hi all i wish my app to assign task to users via Outlook, been having huge problems with the 8007007e error having a certain reg key that stops outlook being instantiated so thinking back to my VB6 days i know you can get hold of instance that is open via the following

Code:
        'Use Getobject method incase outlook is already open
        Set objApp = GetObject(, "Outlook.Application")
does anyone know how I could achieve this in C#

Thanks