Hi,
I need to import data into my SQL Server 2005 from an e-mail datasource on an Exchange mail server. It means that when a mail is sent to a particular mail address I must retrieve the mail subject and the attached file and then I must import these data into my SQL Server 2005, using IMAP.
Can I do this with SSIS, or do I have to write a Windows Service in C# ?
Do I need to use an IMAP API library of some kind ?
Regards, Maria