asp_cdo thread: sort the sent date
I am using CDONTS. In my program, the date of email are arranged in random order. I would like to know how to sort the date of email?
Hi, this works in cdo, not sure about cdonts, Get your message collection - colMsgs colMsgs.Sort 2, CdoPR_CREATION_TIME the first parameter can be 1 or 2 for ascending or descending, the second parameter is a mapi property (full list found in cdo help file). > I am using CDONTS. In my program, the date of email are arranged in random > order.
|





