0

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

Anthony Graglia
  • 5,355
  • 5
  • 46
  • 75
Akshara
  • 3,361
  • 9
  • 31
  • 29

2 Answers2

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