Automatic personalized reply

Status
Not open for further replies.
P

Petal

I'm using Outlook 2007 and I need to send a personalised automatic reply to

emails that I receive from people who are not in my contact list.

Specifically I want to send a standard email and insert the person's first

name at the start as follows -

"Hi (insert first name) .... The rest of my reply is text with a picture

in the middle of it.

The email I'm replying to is always the same format, ie

User Information:

Region Selected QLD - Brisbane

Requesting information on Bomboniere

User Information:

Name Debbie Pond

Eligible for .....

I would appreciate any help I can get as I'm receiving about 20 of these

emails every day.
 
See examples for the ItemAdd event for the inbox. If a new message comes in,

check its Body property with the instr function. You can use the Instr also

for getting the name out of the Body.

If you want to reply, call the item's Reply function, set the Body property

of the returned object, and call Send eventually.

Best regards

Michael Bauer

Am Tue, 26 Jan 2010 16:36:07 -0800 schrieb Petal:


> I'm using Outlook 2007 and I need to send a personalised automatic reply


to
> emails that I receive from people who are not in my contact list.

> Specifically I want to send a standard email and insert the person's first
> name at the start as follows -

> "Hi (insert first name) .... The rest of my reply is text with a


picture
> in the middle of it.

> The email I'm replying to is always the same format, ie

> User Information:
> Region Selected QLD - Brisbane
> Requesting information on Bomboniere
> User Information:
> Name Debbie Pond
> Eligible for .....
> I would appreciate any help I can get as I'm receiving about 20 of these
> emails every day.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
P How to get a QR code for automatic signin with Outlook for iOS Using Outlook 5
U Rolling Back Office broke automatic updates Using Outlook 4
P Automatic Greeting "Hello Name," when Reply All is clicked Outlook VBA and Custom Forms 1
Commodore Automatic switch between working offline/online Using Outlook 4
S Outlook 2007 - Automatic purge fail Using Outlook 0
A Automatic forwarding to different people on a rotational basis Using Outlook 2
B resend if no reply and send an automatic reminder Outlook VBA and Custom Forms 0
B Removing Recipients from an automatic response Outlook VBA and Custom Forms 2
J Automatic color category according to variable domains Outlook VBA and Custom Forms 4
N automatic response with an attachment based on the subject line Outlook VBA and Custom Forms 1
E How to send automatic emails in outlook 2010 Using Outlook 1
N VBA Script to Send Automatic Emails from Outlook 2010 Outlook VBA and Custom Forms 1
M Outlook 2016 Desktop - Automatic Rule Processing Using Outlook 3
P Threat to being a spammer while sending automatic Emails through VBA Using Outlook 3
reza Macro to automatic reply using orignal mail Outlook VBA and Custom Forms 10
B Automatic picture download and changing email addresses Using Outlook 3
J why won't the automatic send/receive work Using Outlook 7
S rule, automatic replies, restricting them to within the company Using Outlook 1
I Automatic reply to an email Using Outlook 0
P Daily Automatic Reply Using Outlook 1
P Automatic reply on incoming messages in outlook using VBA(only Specifi person) Using Outlook 14
R automatic signature Using Outlook 0
B Looking for an add-in or a way to send automatic replies based off a list Using Outlook 2
H Automatic excel data added to Certain Emails that are received Using Outlook 3
M Automatic Bcc Using Outlook 2
C starting Outlook 2003 sp3 sets Junk Email setting to 'No automatic filtering' Using Outlook 3
K automatic cleanup folder Using Outlook 3
B How to automatic save Sending or replying contacts e-mails into contacts? Using Outlook 0
J Form design - how do I insert an automatic date/time field? Using Outlook 2
C Text reply mail in Outlook 2010 has automatic margin indent Using Outlook 9
D Stop automatic opening BCM (Business Contact Manager) 1
P propagate automatic formatting to other Outlook folder Outlook VBA and Custom Forms 1
D Re: Propogate Automatic Formatting to Other Folder in Outlook 2007 Outlook VBA and Custom Forms 1
S Sending automatic email from Access using Outlook Outlook VBA and Custom Forms 1
T Code to import address book in automatic mode Outlook VBA and Custom Forms 1
R Using Word/OL 2010 to generate personalized email messages Using Outlook 1
A How to send Personalized attachment while sending mass mail Using Outlook 1
N Reply to Outlook messages by moving messages to a specific Outlook folder Outlook VBA and Custom Forms 1
J Macro to Reply to Emails w/ Template Outlook VBA and Custom Forms 3
J Quick steps delete original email and move reply/sent email to folder Using Outlook 2
nmanikrishnan Auto-reply from default account Using Outlook 1
N Line to move origEmail to subfolder within a reply macro Outlook VBA and Custom Forms 0
A Outlook 2016 Macro to Reply, ReplyAll, or Forward(but with composing new email) Outlook VBA and Custom Forms 0
S How to find emails that I sent that have not received a reply? Using Outlook 7
T Macro to move reply and original message to folder Outlook VBA and Custom Forms 6
A Is there an ID field you can use to pair a reply to the sent email? Outlook VBA and Custom Forms 4
W Reply to email Using Outlook 4
A Edit attachment Save and Reply Outlook VBA and Custom Forms 0
L Macro/VBA to Reply All, with the original attachments Outlook VBA and Custom Forms 2
S Outlook Macro to move reply mail based on the key word in the subjectline Outlook VBA and Custom Forms 0

Similar threads

Back
Top