0

I am trying to use HmailServer com object in c#. I understand that com is installed by its own when hmailserver is installed.

But the issue is, I cannot install hmailserver on my development machine and the server where hmailserver is installed does not have VS10.

How can I import/reference hmailserver com object in my VS C# code from com installed on another server?

Thanks,

I already referred to this but does not help. Converting VBS code to C#

Community
  • 1
  • 1
Dexters
  • 2,419
  • 6
  • 37
  • 57
  • To add a reference, you just need a copy of the COM dll. It likely won't run without being installed, though. – bmm6o May 02 '14 at 22:37
  • @bmm6o, thanks i understand it wont run.. but i searched in installed locations and could not find it online too. Where can i locate these com objects? – Dexters May 03 '14 at 15:28
  • You can either look in the registry of a machine that has it installed to find it, or you can log the installation to see what files are installed. – bmm6o May 05 '14 at 15:52

0 Answers0