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

ID: Q234662


The information in this article applies to:
  • Exchange Development Kit (EDK), versions 5.0, 5.5


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.

Additional query words:

Keywords : kbEDK kbXchge kbMsg kbEDK500 kbEDK550 kbGrpMsg kbDSupport
Version : WINDOWS:5.0,5.5
Platform : WINDOWS
Issue type : kbinfo


Last Reviewed: January 6, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.