Article ID: 912239 - Last Review: November 22, 2007 - Revision: 2.1 How to use the dispidHeaderItem MAPI property to identify the state of a message that you receive in Outlook 2003INTRODUCTIONThis article describes how to use the dispidHeaderItem MAPI property to identify the current state of a message that you receive in Microsoft Office Outlook 2003. MORE INFORMATIONWhen Outlook 2003 is configured to connect to an IMAP or POP3 mail server, messages are downloaded to a personal folders (.pst) file. When Outlook 2003 is configured to connect to a Microsoft Exchange Server 2003 server, you can also configure Outlook 2003 to download messages to a .pst file. Additionally, you can configure Outlook 2003 to work in Cached Exchange Mode. In Cached Exchange Mode, messages are downloaded to an offline folder (.ost) file. When Outlook 2003 is configured to work in Cached Exchange Mode or configured to connect to an IMAP mail server, the messages that are downloaded to the .ost or .pst files on the client computer can be in one of the following states:
Note The dispidHeaderItem MAPI property does not apply to remote transport headers. Remote transport headers can be distinguished by the IPM.Remote message class. The dispidHeaderitem MAPI property and PSETID_Common namespace are defined in the following code: Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. The following is an example of how the dispidHeaderItem MAPI property can be used to identify the current state of a message: REFERENCESFor more information, visit the following Microsoft Web site: http://msdn2.microsoft.com/en-us/library/bb820923.aspx
(http://msdn2.microsoft.com/en-us/library/bb820923.aspx)
| Article Translations
|
Back to the top
