I have written a small routine that uses the MAPI controls to read from an Exchange InBox. What I am strying to do is read all email from the Inbox and if there is an attachment save it to predefined location. This part of the routine works.
However, I can only see the first 8 characters of the attachment name. I look at the .attachmentPathName and AttachmentName properties and they both only show the first 8 characters.
Is there a way to fix this??