View Single Post
  #2  
Old June 6th 09, 01:44 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Help with some issues in Outlook Plugin development

1) If by "email IDs," you mean the email addresses, iterate the Recipients
collection and get each Recipient.Address property value.

2) What event are you using for "trapping the incoming emails"?
Application.NewMailEx is your best choice.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"anindasen_0609" wrote in message
...
I have developed a outlook plugin project and everything is working ok for
me
except for two issues. It would be very helpful for me if anyone could
throw
some light on them. They are

1. Cannot retrieve some of the email IDs in the To, CC and BCC fields
from the
Item as Outlook.MailItem object. Instead of the email IDs I am getting
the name of the recipient. Eg. "Tom Cruise" instead of

2. The plugin is not trapping the incoming emails when rules are set for
them to
land directly into some other folder based on their email ID. subject or
other criteria.

Thanking you in advance.

Regards,
Aninda



Ads