Accessing Outlook which processing mails in a folder

P

Pradeep

I'm trying to process all the emails of a folder using a COM addin. I
get the folder (MAPIFolderPtr). From that I can get mails using
GetItems. This whole loop of going through mails takes quite a while.
And unfortunately Outlook does not respond to keyboard commands ( e.g.
ctrl N), also the preview pane does not change even if I choose
another e-mail ( mouse is working). Is this a known issue with COM
addins or I need to take care of something special to avoid this.
Another issue is, if I fire print (->PrintOut) on any item this call
is not honoured until I finish all the processing of the folder and
return from my COM adding control.

It would be great if someone could help me or point me to right
direction.

Kind Regards,
Pradeep
 
B

Brian Tillman

Pradeep said:
I'm trying to process all the emails of a folder using a COM addin. I
get the folder (MAPIFolderPtr).

Ask in a progrmming group, like
news://msnews.microsoft.com/microsoft.public.outlook.program_addins
 
P

Pradeep

Ask in a progrmming group, like
news://msnews.microsoft.com/microsoft.public.outlook.program_addins

Thanks Brian. Probably I can try
microsoft.public.outlook.program_addins at google also.

Thanks once again.
-Pradeep
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top