Email Attachments

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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)
 
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)
 
Back
Top