Outlook progress bar

S

Saeed

I am writing a VSTO plug-in in which I need to show progress status of my
task. Can I use the progress bar of outlook which shows send/receive status?
Any suggestion if that is not possible?
 
K

Ken Slovak - [MVP - Outlook]

No, that dialog is not exposed to programmers. You can create your own
dialog with the Windows Forms progress bar control if you want to show that
sort of interface.
 
Top