Been googling for this and haven't found anything ...

Does anybody know if there is a way, given an Outlook email item, to detect whether it was sent by the "Out Of Office Assistant"? Is there any property that Outlook sets on the object, or any header information, that identifies an email as such? I was hoping not to have to parse the subject line for "Out Of Office", etc.

It would be great if there were some standard, so autoreplies from other email services (like Gmail) could also be detected, but for me Outlook is the highest priority.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

There is a header field (http://www.iana.org/assignments/auto-submitted-keywords/auto-submitted-keywords.xhtml) but it seems that MS Outlook does not set it (at least, not Outlook 2003). I guess that you have to parse the subject line.

link|improve this answer
That would be really great, but unfortunately it looks like the proposal is too recent (2008-12-23) for any Microsoft product. – jean Jun 22 '09 at 19:20
The Subject is terribly brittle; localized versions of Oulook have a localized Subject. But even if you'd be able to get a list of all the translations in every version of Outlook (and Exchange, etc) this is also prone to false positives. – tripleee Sep 6 '11 at 7:48
feedback

It's worth noting that Exchange is supposed to suppress out-of-office emails in response to messages with a Precedence:bulk or X-Auto-Response-Suppress:OOF header:

http://blogs.technet.com/b/exchange/archive/2006/10/06/3395024.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.