K
ksskumar
Hi,
I am creating a addin for outlook in C#.
I collect some mails from inbox folder and store the details like
Sendername, CC,BCC, receivedtime, subject, body, etc., into MS Access
database. Also delete the mail from outlook.
Is it possible to regenerate the mail in the inbox folder using the
database details?
In other words, how to add custom composed mailitem into Inbox folder
?
I think, I can use the Send method of the Outlook object model or CDO
or something to send a mail. But I assume, that mail will go the the
CC and BCC persons also.
Thanks in advance,
regards,
Kumar
I am creating a addin for outlook in C#.
I collect some mails from inbox folder and store the details like
Sendername, CC,BCC, receivedtime, subject, body, etc., into MS Access
database. Also delete the mail from outlook.
Is it possible to regenerate the mail in the inbox folder using the
database details?
In other words, how to add custom composed mailitem into Inbox folder
?
I think, I can use the Send method of the Outlook object model or CDO
or something to send a mail. But I assume, that mail will go the the
CC and BCC persons also.
Thanks in advance,
regards,
Kumar