Im looking for the process in C# where I give email id and password of any outlook user and to display all unread emails from outlook.
Example :
Email id : xyz@abc.com
Password : cnauhicu
When I give this email id I need all unread email from that account xyz@abc.com
Email id : rts@abc.com
Password : ncauhscua
When I give this email id I need all unread email from that account rts@abc.com
Thanks in advance.
Example :
Email id : xyz@abc.com
Password : cnauhicu
When I give this email id I need all unread email from that account xyz@abc.com
Email id : rts@abc.com
Password : ncauhscua
When I give this email id I need all unread email from that account rts@abc.com
Thanks in advance.
Comment