-
When outlook sends a custom form, it has an attachment called winmail.dat. That attachment contains custom mapi properties encoded as TNEF, that the custom form will use. I want to send an email using the winsock control (which I have already done) But I want to attach this TNEF encoded attachment. Does any one know of a way to encode/decode TNEF?
Ill keep my fingers crossed.
-
Try the following link :
http://msdn.microsoft.com/library/de..._with_tnef.htm
(some) subjects / pasting :
Developing a TNEF-Enabled Transport Provider
TNEF Processing
Encoding a Message with TNEF
Custom Processing with TNEF
Sending Messages with TNEF Custom Attachment Processing
Receiving Messages with TNEF Custom Attachment Processing
The ITnef interface provides the following methods:
AddProps
EncodeRecips
ExtractProps
Finish
FinishComponent
OpenTaggedBody
SetProps
Good Luck.