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"
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"