The information in this article applies to:
SUMMARYThis article demonstrates how to get the Internet headers from a SMTP (Simple Mail Transfer Protocol) message received from the Internet using Collaboration Data Objects (CDO) and Visual Basic. MORE INFORMATION
This can be done by using the fields collection of the message and
displaying the value of the CdoPR_TRANSPORT_MESSAGE_HEADERS property, which
contains the SMTP header information for a Internet mail message. This
sample assumes that you already have a message received from the Internet
titled "Test Internet message" in your Inbox.
REFERENCESFor an example of how to access the SMTP header when using Visual C++, please see the following article in the Microsoft Knowledge Base: Q178073 HOWTO: Obtaining the SMTP Header for a MAPI MessageFor additional information on SMTP: Q87022 SMTP: Definition of SMTPMicrosoft Developer Network Library; search on: "MAPI Property Tags" Additional query words: Internet
Keywords : kbCDO120 kbCDO121 kbMsg kbVBp kbGrpMsg |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |