G
GrannyM
We are currently updating our users from Outlook 2000 to Outlook 2003. We
have a Word macro that creates an email to our clients and adds attachments
using this code line:
SafeItem.Attachments.Add attachFileName$, olByValue, 700, "LiveNotice"
In Outllook 2000 the file attachment was labeled LiveNotice. However, if a
user that has been updated to Outlook 2003 views the very same email, the
attachment is labeled with the actual filename instead of the display name.
Is there something that changed in how attachments are labeled between
Outlook 2000 and Outlook 2003?
have a Word macro that creates an email to our clients and adds attachments
using this code line:
SafeItem.Attachments.Add attachFileName$, olByValue, 700, "LiveNotice"
In Outllook 2000 the file attachment was labeled LiveNotice. However, if a
user that has been updated to Outlook 2003 views the very same email, the
attachment is labeled with the actual filename instead of the display name.
Is there something that changed in how attachments are labeled between
Outlook 2000 and Outlook 2003?