View Single Post
  #6  
Old October 15th 07, 08:15 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 5
Default Issues with getting the Sender Name in email

Dmitry

Totally understand what you have suuggested. But I guess the problem
is a little unique.

In MailItem_ItemSend event - i capture the email and based on the
business requirements - i have to spawn 1 email per recipient.

In those new emails which are created - I need to that add those to
the body of the email. Also the requirement is that new mailitem I
create - i set the following proeprty :
newMailItem.DeleteAfterSubmit = true;

So technically they never show up in the Sent Items.

You think - there are any creative ways to resolve this.

Thanks

Ads