I am a newbie. My project needs to complete the following tasks:
1. Target the specific mailbox in the pop3 server
2. Get the data such as sender's name, address, title subject,
hasAttachment
ect form the mail, and insert those data in SQL Server.
3. Save the email to another folder.
4. Save each part of email into the folder whose' name must be named as
its
messagID of the mail.
I found some article and example which only work one of the above task.
Some
of them use customer pipleline and some of them use orchestration. they
can
work separeately. I tried to add the two project which the
oustmerpipleline
for saving the mail as .eml file and spliting attachment for saving each
part
of the email. However it occurs errors.
Does anyone prodive me the link of example or code for reference?
Which textbook do you recommend?
Thanks.