Re: Reply with custom form & selected data from message body
- From: GregoryL.[AITI] <GregoryLAITI@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 May 2009 16:49:01 -0700
Thanks Sue for the pointers and links, I'm almost there!
The example at
http://www.outlookcode.com/threads.aspx?forumid=2&messageid=696 is very close
to what I'm dealing with except the data value attached to each label is on
the line below it - see example...
<snip>
Q. Email Address
A. John_Smith@xxxxxxxxxxxxxx
Q. First Name
A. John
Q. Coffee Type
A. Arabica
<snip>
I can successfully locate & return the Email Address label, how do I go the
next step and get the code to locate the label but return the line below it
for trimming and insertion into my reply email?
TIA -Greg
"Sue Mosher [MVP]" wrote:
You might find this code sample useful:.
http://www.outlookcode.com/codedetail.aspx?id=89 It shows how to parse a
structured text block as your scenario describes.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"GregoryL.[AITI]" <GregoryL.[AITI]@discussions.microsoft.com> wrote in
message news:2C54185E-4A80-4943-AC42-B9E7C1D7EE8B@xxxxxxxxxxxxxxxx
Hi everyone,
I receive a lot of plain text emails that contain data in a preset format
that I would like to auto reply with a custom form I have built. I would
like
to know if I can locate and use certain values from the original message
in
my reply (e.g. original msg contains as plain text First Name: John and
Coffee Type: Arabica. Can I locate John and Arabica in the original msg
and
populate those values in my auto reply form -> Hi John, thanks for your
enquiry about our Arabica coffee range...)
It seems straight forward enough yet any help or pointers in the right
direction would be greatly appreciated.
TIA
Greg
- Follow-Ups:
- Re: Reply with custom form & selected data from message body
- From: Sue Mosher [MVP]
- Re: Reply with custom form & selected data from message body
- References:
- Reply with custom form & selected data from message body
- From: GregoryL.[AITI]
- Re: Reply with custom form & selected data from message body
- From: Sue Mosher [MVP]
- Reply with custom form & selected data from message body
- Prev by Date: Loop Attachment (once again)
- Next by Date: Re: Loop Attachment (once again)
- Previous by thread: Re: Reply with custom form & selected data from message body
- Next by thread: Re: Reply with custom form & selected data from message body
- Index(es):
Relevant Pages
|