OL98: User-Defined Field Shows How E-mail Is AddressedID: Q179896
|
When you receive e-mail messages in Microsoft Outlook 98, there is no immediate way to determine if the message is sent directly to you, sent to you as a member of an alias, or sent as a carbon copy. This article describes a way to display how the message is addressed to you, without opening the message.
You can add a user-defined field to the column headings in your Inbox. This field will indicate if your name is the only name in the "To" field, the "Cc" field, or in an alias.
IIf([To]="E-mail User","To",IIf(InStr(1,[To],"E-mail
User",1),"(To)",IIf([Cc]="E-mail User","CC",IIf(instr(1,[Cc],"E-mail
User",1),"(CC)","Alias"))))
NOTE: Do not delete the quotation marks. The only spaces allowed in the
formula are in your user name. If you are using the original Internet
Mail Service, your user name is the "Full Name" in the Personal
Information section of the Internet Mail Properties. If you are using
the Internet Mail Enhancement Patch, your user name is the "Name" in
the User Information section of the General Properties of the service.
If you are using the Microsoft Exchange Server Service, your user name
is the name shown as your resolved mailbox name in the Microsoft
Exchange Server Properties.
For more information about creating special fields, type "user-defined fields" in the Office Assistant, click Search, and then click to view "Create a custom field."
Additional query words:
Keywords : MsgRead
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: August 3, 1999