INFO: Minimum Fields Required for EDK IPM_IN.dll Input File (234662)



The information in this article applies to:

  • Microsoft Exchange Development Kit (EDK) 5.0
  • Microsoft Exchange Development Kit (EDK) 5.5

This article was previously published under Q234662

SUMMARY

The input file for the Exchange Development Kit (EDK) gateway using the IPM_IN.dll will be required to provide at a minimum the following lines:
X-Tnef-Attach:
MAIL FROM:Sender_name@Domain.com
RCPT TO:Receiver_name@Domain.com
DATA:
X-Message-Class:IPM.NOTE
Date:Mon, 07 Jun 1999 13:57:09 UT
X-Message-ID:c=US;a= ;p=Organization;l=Site-990607135709Z-1
From:Sender_name@Domain.com
TO:Receiver_name@Domain.com

Subject:test 
Priority:Normal
Importance:Normal
----beginbody:25
without rtf going......

----endbody
				

MORE INFORMATION

The earlier format must have the following:
  • X-Message-ID should be unique.
  • There must be a blank line after the To: line and before the Subject: line.
  • The number after beginbody: is the number of bytes that are in the body including 1 bytes for each CR and 1 byte for each LF. (OD 0A)
  • There must be a blank line preceding the ----endbody tag.

Modification Type:MinorLast Reviewed:3/4/2004
Keywords:kbinfo kbMsg KB234662