I am searching to download the python dlls email, getpass, imaplib, os and use that in vb.net to get the gmail email with attachments
Asked
Active
Viewed 186 times
2 Answers
3
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#.

Community
- 1
- 1

André Caron
- 44,541
- 12
- 67
- 125
0
Python doesn't have DLLs which you can simply use with VB.net. Your fundamental understanding of the modules libraries is flawed.

Noufal Ibrahim
- 71,383
- 13
- 135
- 169
-
can you please tell me what are they i need to get the gmail email in vb.net. To read the gmail email attachment I saw using imablib – Akshara Feb 15 '11 at 15:33
-
I don't know `VB.NET`. If you're using Python, you can use imaplib. – Noufal Ibrahim Feb 15 '11 at 16:43
-
I used the commercial product to read the gmail email in VB.NEThttp://www.lesnikowski.com/ – Akshara Feb 25 '11 at 06:56
-
Looks like a simple IMAP/POP library. I'm sure there are open source libraries to do that but if lesnikowski works for you, I guess it's fine. – Noufal Ibrahim Feb 25 '11 at 07:03