Hello there!
I'm looking to change the way attachments are displayed within my INBOX or any folder for that matter. Currently, if an email has an attachment you will see a "paper clip" designating an attachment is present. Instead of the paper clip, I want to be able to see the attachment name.
When right-clicking the column and checking the properties, you can change the way it's displayed -- from paper clip, to yes/no, to on/off, etc....etc...
I also tried to create a custom field using code similar to this:
IIF([Attachment]=True, "Attachment", "")
This code works, but only writes out the word "Attachment" rather than the name of the attachment.
Does anyone out there know of a way to display the name of your attachment as a field chooser option, or is there code I can use to create a custom field?
Any help would be great.
Thanks!
I'm looking to change the way attachments are displayed within my INBOX or any folder for that matter. Currently, if an email has an attachment you will see a "paper clip" designating an attachment is present. Instead of the paper clip, I want to be able to see the attachment name.
When right-clicking the column and checking the properties, you can change the way it's displayed -- from paper clip, to yes/no, to on/off, etc....etc...
I also tried to create a custom field using code similar to this:
IIF([Attachment]=True, "Attachment", "")
This code works, but only writes out the word "Attachment" rather than the name of the attachment.
Does anyone out there know of a way to display the name of your attachment as a field chooser option, or is there code I can use to create a custom field?
Any help would be great.
Thanks!