D
David C. Holley
I'm trying to build a sub in VBA to automatically create a mailItem.
Here is the line that attaches a previously created file...
newMailAttachments.Add file2, olByValue, 1, "Remittance Advice"
When the mailItem displays, the DisplayName appears to have been
ignored. The attachements are displayed as the file name. What exactly
does the DisplayName property refer to? Does it make a difference if I'm
sending the mailItem as text or HTML?
FYI - The VBA sub runs from within Access.
David H
Here is the line that attaches a previously created file...
newMailAttachments.Add file2, olByValue, 1, "Remittance Advice"
When the mailItem displays, the DisplayName appears to have been
ignored. The attachements are displayed as the file name. What exactly
does the DisplayName property refer to? Does it make a difference if I'm
sending the mailItem as text or HTML?
FYI - The VBA sub runs from within Access.
David H