Hi All,
for each oMail in oInbox.Items
with oMail
tempsender=omail.sendername
tempsubject=omail.subject
temptime=omail.receivedtime
if temptime > date_email_last_time
etc........
the code above retrieves all mailitems received since a certain time. the problem that i have now is that
certain types of emails (e.g. confirmation emails) dont have a receivedtime in them. (they only got a send) also
the sendername doesn't seem to give a good result.
is there anyways how to filter out what the emailtype is?
i tried to find something on the internet but couldnt find anything. except for emailtype 1/2/3 which means new/reply/adminreply...
i hope i got everything clear. else just ask and i try to simplify it some more.
thanks in advance
for each oMail in oInbox.Items
with oMail
tempsender=omail.sendername
tempsubject=omail.subject
temptime=omail.receivedtime
if temptime > date_email_last_time
etc........
the code above retrieves all mailitems received since a certain time. the problem that i have now is that
certain types of emails (e.g. confirmation emails) dont have a receivedtime in them. (they only got a send) also
the sendername doesn't seem to give a good result.
is there anyways how to filter out what the emailtype is?
i tried to find something on the internet but couldnt find anything. except for emailtype 1/2/3 which means new/reply/adminreply...
i hope i got everything clear. else just ask and i try to simplify it some more.
thanks in advance