Re: Updating Subject field using controls from message body

Tech-Archive recommends: Fix windows errors by optimizing your registry



Sue,

Thanks for your reply!

I will have some more tinkling and if I still can't get it to work, I
will post my code.

Thanks again!

Andrew
Sue Mosher [MVP-Outlook] wrote:
Can you show what code you already have? You might already be close.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"AndrewLivingston" <andrew@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:1149906573.072968.80470@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sue,

Many thanks for that.

After reading the primer and trying things out, I can't get it to work.

Basically, I have two fields that the user will fill in, SiteName and
ContactName, that I want to append to the Subject so to be able to
file, sort, and track. Something like:

DES Query from Andrew Livingston at Cheltenham Contact Centre on
09/06/06

Am I just thick?

Andrew

Sue Mosher [MVP-Outlook] wrote:
Put code in the Item_Send event handler:

Function Item_Send()
Item.Subject = "new subject"
End Function

See http://www.outlookcode.com/d/propsyntax.htm if you need a primer on reading field values.

--


.



Relevant Pages

  • Re: Updating Subject field using controls from message body
    ... Author of Configuring Microsoft Outlook 2003 ... Administrators, Power Users, and Developers ... See http://www.outlookcode.com/d/propsyntax.htm if you need a primer on reading field values. ...
    (microsoft.public.office.developer.outlook.forms)
  • Re: Custom Forms will not open in Outlook 2002. HELP!!!
    ... I would suggest that you completely empty the user's Forms folder. ... Author of Microsoft Outlook 2007 Programming: ... Jumpstart for Power Users and Administrators ... trying to open a custom form which is stored in an organizational forms ...
    (microsoft.public.outlook)
  • Re: Save a Form Region Content
    ... Author of Microsoft Outlook 2007 Programming: ... Jumpstart for Power Users and Administrators ... on the item I saved the fields on the form region are not populated. ...
    (microsoft.public.outlook.program_forms)
  • Re: Updating Subject field using controls from message body
    ... Author of Configuring Microsoft Outlook 2003 ... Administrators, Power Users, and Developers ... See http://www.outlookcode.com/d/propsyntax.htm if you need a primer on reading field values. ...
    (microsoft.public.office.developer.outlook.forms)
  • Re: Formatting A Formula Output to Currency
    ... Sue Mosher, Outlook MVP ... Administrators, Power Users, and Developers ... how would you perform the calculation in form code? ... >>> output to currency format? ...
    (microsoft.public.outlook.program_forms)