References

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to attach a reference automatically to all outgoing e-mails. I have MS
Outlook 2003 & Exchange server 2000.
Is there a way to do it. Third party software maybe....
Thx guys
 
I dont want to add just a signature, i need to insert a field "E-Mail
Reference" for every single outgoing internet mail. For example, if i send a
mail to outside mydomain.com, a field shoud be inserted in the mail upon
sending it. This field is a reference to my e-mail ex. "Ref.WN001",
"Ref.WN002" etc...
Thx Roady

Roady said:
See http://www.howto-outlook.com/howto/signatures.htm

See the Exchange section to add a standard message to all outgoing e-mails.

--
Robert Sparnaaij [MVP-Outlook]
www.howto-outlook.com

Tips of the month:
-Properly back-up and restore your Outlook data
-Creating a Permanent New Mail Desktop Alert in Outlook 2003

-----
 
Hello,

i have wrote a small C# add-in to add custom user proprieties to mail
items in Outlook. I would now like to display these proprieties in the
reading pane just under the To/CC proprieties. Is this possible? If so
can it be done by code?
 
To change the display, you would need to design a custom Outlook form. While it is possible to modify an item's form programmatically, it's generally a bad idea. A better solution would be to have the form already published with your desired layout. The MessageClass of the item can then be changed to that of the published form.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba
 
Back
Top