XCLN: How to Add the Read Receipt Property in a Folder ViewLast reviewed: October 24, 1997Article ID: Q160799 |
The information in this article applies to:
SUMMARYThis article tells you how to add the Read Receipt MAPI property that is associated with each message to a Microsoft Exchange or Outlook client Folder view.
MORE INFORMATIONTo add the Read Receipt MAPI property:
You can use this property now to set rules and sort messages in folders. Ultimately, many MAPI properties can be exposed this way. The following is an example of exposing one such property.
;**********The CFG file**********
[Description]
MessageClass=IPM.Note
CLSID={00020D31-0000-0000-C000-000000000046}
DisplayName=Standard message form
Category=Standard
Subcategory=Form
Comment=This form is used to send messages to other people.
LargeIcon=mapif1l.ico
SmallIcon=mapif1s.ico
Version=1.0
Locale=enu
Hidden=1
Owner=Microsoft
Contact=Your Administrator
[Platforms]
Platform1=Win16
Platform2=NTx86
Platform9=Win95
[Platform.Win16]
CPU=ix86
OSVersion=Win3.1
[Platform.NTx86]
CPU=ix86
OSVersion=WinNT3.5
[Platform.Win95]
CPU=ix86
OSVersion=Win95
[Properties]
Property01=ReplyTo
Property02=ReadReceipt
[Property.ReplyTo]
Type=30
NmidInteger=0x0050
DisplayName=ReplyTo
[Property.ReadReceipt]
Type=11
NmidInteger=0x0029
DisplayName=RRR
[Verbs]
Verb1=1
[Verb.1]
DisplayName=&Open
Code=0
Flags=0
Attribs=2
[Extensions]
Extensions1=1
[Extension.1]
Type=30
NmidPropset={00020D0C-0000-0000-C000-000000000046}
NmidInteger=1
Value=1000000000000000
;**********END CFG***********
|
Additional query words: MAPI 1.0 SDK, Microsoft
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |