Are there any free libraries for VB.net to use for connecting to a MS exchange server?
I have found some paid ones but I’d rather not invest, so couln’t find any free libraries..
I tried using java as a protocol layer for mapi but it wouldn’t work
Are there any free libraries for VB.net to use for connecting to a MS
Share
What are you trying to accomplish?
I’ve had no trouble sending mail via my Exchange account using the regular SMTP client
If you want to have a more meaningful interaction, I know you can accomplish a lot by using
Microsoft.Office.Interop.Outlook. Check out http://msdn.microsoft.com/en-us/library/ms268893(VS.80).aspx for some more information.