Questions tagged [tnef]

Transport Neutral Encapsulation Format or TNEF is a proprietary E-mail attachment format used by Microsoft Outlook and Microsoft Exchange Server.

Some TNEF files contain information used by only Outlook to generate a richly formatted view of the message, such as embedded (OLE) documents or Outlook-specific features such as forms, voting buttons, and meeting requests. Other TNEF files may contain files which have been attached to an e-mail message.

Selecting RTF as the format for sending an e-mail implicitly enables TNEF encoding, using it in preference to the more common and widely compatible MIME standard. When sending plain text or HTML format messages, some versions of Outlook prefer MIME, but may still use TNEF under some circumstances (for example, if an Outlook feature requires it).

See http://en.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format

20 questions
0
votes
1 answer

TNEF capable e-mail clients

We have written an Outlook Add-in and it appears that when you add user properties to a MailObject while the user is composing it, and you then encrypt and sign it and the message is Sent, the message will end up getting sent as TNEF, despite…
user6499401
0
votes
1 answer

How detect if message body is TNEF format (winmail.dat)?

How detect/check if message body is tnef format (winmail.dat) using PHP? I don't want to decode, just want to check. I using imap_fetchbody and imap_body for get BODY, I need get mimetype (or like) for check if is "tnef format", like this: if…
Protomen
  • 9,471
  • 9
  • 57
  • 124
0
votes
1 answer

Prevent winmail.dat in outlook (for gmail accounts)

I develop an outlook add-in using Visual studio 2013 and Add-in express v.7.7.4087. I have to deal with multiple email accounts (stores). Please see following snapshot When I am sending a mail (via outlook) using this Gmail account to a some other…
Kushan Randima
  • 2,174
  • 5
  • 31
  • 58
0
votes
1 answer

winmail.dat attachment gets corrupted using ActionMailer in Rails app

I am using ActionMailer in a Ruby on Rails app to read emails (ruby 1.9.3, rails 3.2.13). I have an email that has a winmail.dat file attached to it (ms-tnef) and I am using the tnef gem to extract its contents. The problem is that when I read the…
0
votes
1 answer

Extract winmail.dat info not attachments

I have been using TNEF for some time to extract attachments from RTF emails sent by Outlook, but I was wondering is there a way to extract the information about additional information contained within? To be more precise I am talking about the…
transilvlad
  • 13,974
  • 13
  • 45
  • 80
1
2