![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
#11
|
|||
|
|||
![]()
Right - the biz app should do it, but if not then the smtp server that
accepts it should do it. I personally think outlook should since it is handing it off, but apparently its getting dropped into the outbox in such a way that outlook can't add it. What app is it? -- Diane Poremsky [MVP - Outlook] Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Outlook Tips by email: EMO - a weekly newsletter about Outlook and Exchange: Let's Really Fix Outlook 2010 http://forums.slipstick.com/forumdisplay.php?f=34 "ezandy" wrote in message ... Ok so it sounds to me like the client (in this case the business app) should be adding the date in the header, BUT SMTP servers must not reject emails based on no date in the header. I think I'm getting closer (or possibly not!!) |
Ads |
#12
|
|||
|
|||
![]()
Ok so it sounds to me like the client (in this case the business app)
should be adding the date in the header, BUT SMTP servers must not reject emails based on no date in the header. I think I'm getting closer (or possibly not!!) Right - the biz app should do it, but if not then the smtp server that accepts it should do it. I personally think outlook should since it is handing it off, but apparently its getting dropped into the outbox in such a way that outlook can't add it. The server shouldn't 'should' do it, the server should 'may' add it. Horrible grammar, but I think it's vaguely clear. Basically, the server doesn't have to add it, there's absolutely no rule saying it should, just that it can. I'd argue that it shouldn't do it, but since the rules don't go either way, we're both right. And I agree about how its getting into the outbox. In fact, lets reverse engineer it. The Date field is actually set by when the client submits a message into the queue, not the server queue but the local queue. NNTP messages are the same way, you reply offline at 10pm, but don't sync until the next day at 7a, all the posts come in with 10p timestamps (or should, last I checked). So, the 2822 header must get built somewhere in the clicking of the 'send' button (or alt/ctrl-enter). Whatever internal code is being called gets skipped by the business app which just drops into the outbox. So, your app is letting Outlook do the mailing, making your app not the user agent, but leaving Outlook to be the user agent. Which means Outlook is responsible for adding the date. However, whatever method you're using to get the message into the Outbox seems to circumvent the code that creates the SMTP header. I don't see an easy way to get to the Internet Headers via the gui for a message in the Outbox to verify this, so you might want to pop into one of the coding forums to see if there's a way to get this to work better. Or, conversely, just configure your app to not use Outlook and just speak SMTP and actually be the user agent. -- f.h. Microsoft Outlook MVP |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OE6: outlook express paperclip icon in message header is missing | Screaming Eagles 101 | Outlook Express | 28 | July 14th 09 03:13 PM |
outlook express paperclip icon in message header is missing | Sem | Outlook Express | 0 | June 20th 09 11:03 PM |
Header date and received date different | [email protected] | Outlook - General Queries | 5 | February 27th 08 10:09 PM |
How can I print email without the date on the header and footer? | win | Outlook - General Queries | 1 | September 2nd 07 01:52 AM |
missing header information | davisr65 | Outlook - Installation | 10 | March 26th 07 09:46 AM |