Hi all,
We have outlook deployed through Citrix at our site. In the analytical lab where I work we have a small application I wrote that uses a free SMTP email component to email lab reports to our internal customers. Currently we keep track of customer email addresses in our LIMS (Lab Information Management System) database, but it's a pain to keep up to date. I'd rather query email addresses, names and distribution groups from the company Outlook contacts list.
All the references I've found so far giving code examples to say pull back distribution groups seem to imply locally installed Outlook. They also start with adding a reference to the Microsoft Outlook 10.0 Object Library, but when I try to add a reference there is no such library listed. Is this something that would have been available if I had locally installed Outlook, or is it packaged with VS.NET and maybe just didn't get installed when I installed Visual Studio.
Any advice or suggestions would be appreciated.
We have outlook deployed through Citrix at our site. In the analytical lab where I work we have a small application I wrote that uses a free SMTP email component to email lab reports to our internal customers. Currently we keep track of customer email addresses in our LIMS (Lab Information Management System) database, but it's a pain to keep up to date. I'd rather query email addresses, names and distribution groups from the company Outlook contacts list.
All the references I've found so far giving code examples to say pull back distribution groups seem to imply locally installed Outlook. They also start with adding a reference to the Microsoft Outlook 10.0 Object Library, but when I try to add a reference there is no such library listed. Is this something that would have been available if I had locally installed Outlook, or is it packaged with VS.NET and maybe just didn't get installed when I installed Visual Studio.
Any advice or suggestions would be appreciated.