add attchment to the top

  • Thread starter Thread starter Alexander Bartsev
  • Start date Start date
A

Alexander Bartsev

Hi,

I use the code to add attachments to a contact:

objContact.Attachments.Add FileName, olEmbeddeditem, , strCaption
objContact.Save

An attachment always is appended to the attachment list.
Is it possible to insert an attachment to the top, so the newest will appear
at the top and oldest at the bottom?
Maybe is it possible to change the order of the attachments?

Thanks
Alexander
 
Only if you remove all existing attachments and add them back in the order
you want.
 

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

Back
Top