B
BritishJeff
Hello,
I have read that the DisplayName property of attachments in mailitem is
no longer available in Outlook XP+. Is this true, and if so, are there
any workarounds, or are we permanently stuck with attachments only
showing their filenames?
In case anyone is interested, or has a solution, my code looks
something like this:
newMailAttachments.Add Filename, olByValue, 1, "Display Name"
-OR-
newMailItem.Add Filename, olByValue, 1
newMailItem.Attachments.Item(1).DisplayName = "DisplayName"
-OR-
newMailItem.Attachments.Add Filename, olByValue, 1, "Display Name"
Thanks,
Jeff
I have read that the DisplayName property of attachments in mailitem is
no longer available in Outlook XP+. Is this true, and if so, are there
any workarounds, or are we permanently stuck with attachments only
showing their filenames?
In case anyone is interested, or has a solution, my code looks
something like this:
newMailAttachments.Add Filename, olByValue, 1, "Display Name"
-OR-
newMailItem.Add Filename, olByValue, 1
newMailItem.Attachments.Item(1).DisplayName = "DisplayName"
-OR-
newMailItem.Attachments.Add Filename, olByValue, 1, "Display Name"
Thanks,
Jeff