Article ID: 915314 - Last Review: January 12, 2007 - Revision: 1.4 Information about two new named property definitions that can control how a message is processed by Office Outlook 2003 when users reply to the messageOn This PageINTRODUCTIONThis article describes two new named property definitions
that message store developers can use together with the Account Management API
to control how a message in their store is processed by Microsoft Office
Outlook 2003 when users reply to the message. MORE INFORMATIONThe dispidInetAcctName propertyThe dispidInetAcctName named property is found on IMessage objects. The dispidInetAcctName property is a string type (PT_STRING8 or PT_UNICODE) and contains the display name of the account that delivered the message. This property should contain the same value that is returned from the Account Management API property PROP_ACCT_NAME for the account that delivered the message.The dispidInetAcctStamp propertyThe dispidInetAcctStamp named property is found on IMessage objects. The dispidInetAcctStamp property is a string type (PT_STRING8 or PT_UNICODE) and contains the account stamp of the account that delivered the message. This property should contain the same value that is returned from the Account Management API property PROP_ACCT_STAMP for the account that delivered the message.Use these propertiesMessage store providers can control some behavior of messages in your message store by following these steps:
Note See the "Constants" section for the actual values. Note Outlook Protocol Manager is the replacement for the MAPI Spooler. ConstantsREFERENCESFor more information about the Outlook Account Management
API, visit the following Microsoft Developer Network (MSDN) Web site: http://msdn2.microsoft.com/en-us/library/aa192868(office.11).aspx
(http://msdn2.microsoft.com/en-us/library/aa192868(office.11).aspx)
| Article Translations
|
Back to the top
