Email Attachments

S

Songoku

Hi,

I am using a function to send an email through lotus notes, which is fine
however I need to attach recent files to the outgoing email.

my files are stored as name_surname dd.mm.yy

my question is, is there a way of using VB to check for the most recent date?
 
A

Alex Dybenko

Hi,
you can read file names in array (using DIR), then sort there in order to
find latest one (perhaps first you need to modify name to name_surname
yy.mm.dd format)
 
A

Alex Dybenko

Hi,
you can read file names in array (using DIR), then sort there in order to
find latest one (perhaps first you need to modify name to name_surname
yy.mm.dd format)
 
Top