Initialize custom Form via SMTP

R

Rod

We have a VB6 app which sends emails to Outlook clients via MAPI. I
have been tasked to change the transport method to SMTP/Winsock. A few
of the emails generated use custom forms published to the inbox of a
certain mailbox. The forms appear to be initialized by TNEF as below:

Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: application/ms-tnef;
name="winmail.dat"
Content-Transfer-Encoding: binary

I assume I cannot use TNEF with SMTP so I was wondering if there was
any way of using a Mime Header to kick off the form at the client end
(i.e. Content_Class: urn:content-class: "NameOfCustomForm"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top