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
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