Results 1 to 18 of 18

Thread: Outlook VBA Auto Forward some body text as subject

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Jul 2015
    Posts
    11
    Location

    Outlook VBA Auto Forward some body text as subject

    I have never used VBA in outlook before and have a very limited knowledge of any coding having cobbled together bits of others code in the past.

    What I am looking to achieve:

    We recieve an email like this:

    Submitted Data

    5.address1 : 23 road Road
    5.address2 :
    5.address3 :
    5.booking_ref : A12121212
    5.booking_response_charge: 0.0
    5.country : United Kingdom
    5.county : Merseyside
    5.departure_details_airport: Manchester
    5.departure_details_flightcode: FLG123
    5.departure_details_flightdate: Wednesday 07 October 2015
    5.email : emailaddress
    5.excursions_total : 0
    5.first_name : firstname
    5.last_name : lastname
    5.marketingbyemail : 0
    5.marketingbypost : 1
    5.marketingbythirdparties: 0
    5.mobile : 07777777777
    5.optional_extras0 :
    5.phone :
    5.postcode : LE2 2LE
    5.source :
    5.subsource :
    5.title : Mr
    5.total_price : 3,028.00
    5.tour_booked : Name of Tour
    5.tour_price : 2,999.00
    5.town : Town




    From this email I want to trigger another email forwarded to another address that has the subject line comprised from 2 peices of info from the body of the original (5.tour_booked + 5.tour_price) so:


    Subject line: Name of Tour 2,999.00


    there doesnt need to be anything in the body of the email.

    I hope someone can help me?

    Thanks
    Last edited by Simmons; 07-03-2015 at 07:59 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •