Re: attachment field improvements
- From: "Brian Tillman [MVP - Outlook]" <tillman1952@xxxxxxxxx>
- Date: Wed, 9 Sep 2009 17:17:38 -0400
"alex" <alex@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:31ADDEEA-4888-4769-BD66-65771DDF667B@xxxxxxxxxxxxxxxx
I'm not talking about attachments in the body. I do use HTML.
Sorry. I misunderstood.
When pasting an attachment in HTML, a field labeled 'Attached:' appears
below the BCC field. When the focus is on that field, pasting new attachments
is not possible.
Pretty unlogical behaviour for an attachment field.
Works for me. I added one attachment using the Attach (paper clip icon) button. Then I clicked within the Attach field. The cursor was in stat field and flashing. I then opened a Windows folder and dragged another file to that field. It attached just fine. With the cursor still in that field, I clicked Attach (to the left of the attachment field) and selected another attachment. It inserted just fine.
That's not really userfriendly when there are many attachments to be sent,
is it?
I believe it's the nature of how email messages are formed by the client. Attachments aren't really separate items, they're in the body of the message and a mail message is a sequential piece of data with no actual internal structure. When you attach a file it gets placed sequentially in the message. If you add an attachment, it gets appended to the end because that's the only place in the sequential message it can so. Trying to insert an attachment between two others would require a complete rebuild of the message to that point, the encoding of the new piece you're adding, and then the appending of the remaining data that was already in the message. It's so much simpler to add to the end in terms of programming logic.
That said, you can cut an attachment, so the client must be capable of some level of rebuilding the message, but that's also a much simpler operation, requiring only that the part of the message containing that removed attachment be skipped when sending, but adding will always append, never insert.
Of course, this is only my theory of how Outlook is handling it, since I had no hand in designing it and thus don't know for sure, but I'm very familiar with the general construct of a mail message and how it passes from the client to the server, so it seems like a plausible explanation.
--
Brian Tillman [MVP-Outlook]
.
- Follow-Ups:
- Re: attachment field improvements
- From: alex
- Re: attachment field improvements
- References:
- attachment field improvements
- From: alex
- Re: attachment field improvements
- From: Brian Tillman [MVP - Outlook]
- Re: attachment field improvements
- From: alex
- attachment field improvements
- Prev by Date: Re: Account order in left pane
- Next by Date: Re: Upgrading Microsoft Outlook 2003
- Previous by thread: Re: attachment field improvements
- Next by thread: Re: attachment field improvements
- Index(es):
Relevant Pages
|