Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Good morning

am working on a project that is developed using devExpress Framework 16.2 on Visual studio 15. the task that am working is the functionality for a user to create a work plan for the week or month when done creating my plan when I click the save button the application must send an email to my line manager for approval of my plan, after the approval of my plan the application must send me a notification about the status of the plan. I want to use C# to used to write this code and plug to devexpress any help please.

What I have tried:

I tried to use deexpress workflow but I didn't win
Posted
Updated 5-Mar-17 19:43pm

1 solution

Sending mail is easy, retrieving is a bit more complex. Here is a lib that will help you handle the mail side of your project: GitHub - jstedfast/MailKit: A cross-platform .NET library for IMAP, POP3, and SMTP.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900