Integration of outlook into asp.net -


my requirement integration of outlook application. inorder start integration, first adding com library references of outlook referencs.

actually requirement dont know version of outlook client has installed on workstyation? programming purpose if add outtlook 2007 dll (outlook 12.0 library) client has outlook 2003 (outlook 11.0 library) can't access application.it throw exceptions.

how can fix problem?

can add outlook references dynamically based on installed outlook version?

how solve please me?

with system.reflection namespace classes, you can load dll's dynamically. have through reflection.

in specific case, though, have references there statically (unless it's huge load, reference every available outlook dll). gets down using design patterns use right version each situation code handle.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -