Voting Response

J

junoon

Hi,

I have created a worksheet which has Transport Drop times in Header Row
(Row 1) from B1 to say Y1 like this:

Name 00:00 00:30 01:00 01:30 02:00.....
-----------------------------------------------------------------
In Column 1, i have a Header Label "Names" for getting names.

I have a .msg template form which has the above voting options.
Employees click on the voting options on the mail form & a voting
response mail is received in my Inbox Folder.

What i am trying to do is to get the Employee Names as well as the
chosen Drop time for employees from Mails sent thru MS Outlook, create
a Process folder below Inbox folder & transfer the processed voting
response mails to that folder.

The code works fine, if the received mails in Outlook are Voting
responses & if they are showing one after the other in th Inbox folder.

BUT, if there are other mails lying in between the voting response
mails, it tends to slow down the code & most of the time, some voting
response mails are not processed.

What i think is that code gets stuck on :

objMail.class=olMail.....

Is there a property exclusively for Voting response, so that the code
can scan only for voting response mails & transfer it to processed
folder.

Let me know if you want to see the code.

PLEASE HELP ASAP!
 

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