M
MooseMan
I have developed an add in(plug in) for Outlook 2003 using VSTO and c# .net
2005.
The addin captures all incoming emails and processes them. As they are
processed, I update
ewMail.FlagStatus = Outlook.OlFlagStatus.olFlagComplete which tells me the
email was processed. This is also a good visual for the customer to see that
the add in is working. The flag does not get refreshed on the form unless you
reselect the inbox folder. Is there any way to refress the outlook folder
from an outlook add in?
2005.
The addin captures all incoming emails and processes them. As they are
processed, I update
ewMail.FlagStatus = Outlook.OlFlagStatus.olFlagComplete which tells me the
email was processed. This is also a good visual for the customer to see that
the add in is working. The flag does not get refreshed on the form unless you
reselect the inbox folder. Is there any way to refress the outlook folder
from an outlook add in?