Search
Get Started
C
C#
•
2y ago
The Fog from Human Resources
✅ Get Gmail inbox using C#
Is there a way to get my Gmail emails from my inbox using C
#
? I
've taken a look at multiple results but they seem to be either outdated or dont work at all
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,010
Members
View on Discord
Was this page helpful?
Yes
No
T
The Fog from Human Resources
Is there a way to get my Gmail emails from my inbox using C#? I've taken a look ...
K
kurumi
•
4/15/24, 6:43 AM
You can try Gmail API
https://developers.google.com/gmail/api/guides
Google for Developers
Gmail API Overview | Google for Developers
K
kurumi
You can try Gmail API https://developers.google.com/gmail/api/guides
T
The Fog from Human Resources
OP
•
4/15/24, 8:49 AM
is there a possible IMAP approach for that
? I dont really need to interact with anything except get my messages
T
The Fog from Human Resources
OP
•
4/15/24, 8:49 AM
i read a few times i can use the app password thingie like SMTP
A
Anchy
•
4/15/24, 10:09 AM
MailKit is an option for an IMAP supported library
A
Anchy
•
4/15/24, 10:10 AM
I believe there is even a demo project on the MailKit repository for IMAP
T
The Fog from Human Resources
OP
•
4/15/24, 10:16 AM
I used MailKit to connect it via IMAP
T
The Fog from Human Resources
OP
•
4/15/24, 10:16 AM
It worked