I need to use Outlook Interop objects for generating .MSG files from a web interface. That's why they will be accessed simultaneously by different threads. Is it multithreaded?
And another question: Does Outlook need to be initialized (e.g. account set) before using Outlook.Application
on a server?