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

learn more… | top users | synonyms

0
votes
0answers
62 views

Extract an Outlook meeting invitation from Microsoft's TNEF format, (in PHP, if possible)

The Situation I've got a calendar, (some custom format in a DB), on a webserver, and my client wants to able to add meetings to it by sending an invitation to an E-mail address from Outlook, (where ...
0
votes
0answers
99 views

Send an Outlook poll email with a PHP script

I'm wondering is it possible to send an Outlook poll email (with voting buttons) using a PHP script. After some research I found threads about TNEF which allows emails to contain polls on Outlook ...
1
vote
0answers
81 views

How to decode winmail.dat files that are not TNEF encoding [closed]

How to decode winmail.dat files that are not TNEF encoding. I have done a lot of research on the Internet (including StackOverflow sites) and found many software that are able to do this, but they ...
0
votes
0answers
202 views

Opening HTML TNEF emails in Outlook

I have implemented an Exchange Transport agent in C#.NET by subclassing RoutingAgentFactory and RoutingAgent from the Microsoft.Exchange.Data.Transport.Routing namespace. I have created a handler for ...
2
votes
2answers
761 views

How to send Outlook tasks requests by mail without Outlook?

I need to replicate the Outlook feature/functionnality to send some tasks requests to someone (see here) but with mails sent from a webserver using ASP.NET C# and without Outlook installed on the ...
1
vote
3answers
319 views

How can I parse the winmail.dat file?

Simple question. I have a C# application that access an IMAP server using the AE.Net.Mail library to retrieve messages and attached files. Sometimes, when a message is sent from Outlook the ...