From where can we download the python dlls email, getpass, imaplib, os
I am searching to download the python dlls email, getpass, imaplib, os and use that in vb.ne开发者_如何学Pythont to get the gmail email with attachments
If you're using VB.net, I would look into some libraries written for the .NET platform. Just googling for ".NET IMAP client" revealed several seemingly good links for a Open Source .NET IMAP Client, IMAP Client library using C# and Accessing Imap in C#.
Python doesn't have DLLs which you can simply use with VB.net. Your fundamental understanding of the modules libraries is flawed.
精彩评论