I can currently access MS Office, Outlook collections: Email, Tasks,
etc... via the Office Interop assemblies and the .Net 2.0 built in
Office assemblies* (See below), but I was wondering if there is a
simpler or more efficient way to retrieve basic information for the
current machine user directly from Exchange Server. I'm creating a
module for our internal application that should be able to interface
with Exchange and, at the very least, poll the users tasks for Subject,
Priority, and Due Date. 

I am using .Net framework 2.0. I would prefer to write my own modules
using only MS assemblies while also keeping my required resources to a
minimum. 

* From above:
I may be approaching this wrong, but it *appears* that I cannot properly
use the .Net FW 2.0 Microsoft.Office.Tools.Outlook assembly unless I
also include a reference to the COM Interop for Outlook. I did not try
compiling without the COM interop, but all of the methods, classes, and
properties in the assembly referenced return types in the
Microsoft.Office.Interop.Outlook namespace. Once I added it everything
appeared fine, so I compiled and ran without a problem.

Thanks,
Greg

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to