Strange Outlook question !! Gurus please help !

  • Thread starter Thread starter Picotto
  • Start date Start date
P

Picotto

ok guys ill 1st tell you what i want to do,

i have a buisness which sells software that uses "keys" lets say i have
a text file with 100 unused keys in it.

i have my website, with my advert and also i paypal buy it now button
setup with a "unique id", they press buy, pay and i get the paypal
notification, (myoutlook checks for mail every 5 mins)

now outlook sees the topic, and through IF statements sees IF topic =
Item. no 33432 THEN SEND :


BBUT i know you can send individual emails and texts, but i want to
send 1 line of text from a document and then remove it, so the next one
gets a differant code.

also store away a copy if possible.


is this entirely possible ? can someone advise me if its not ?


thanks in advance guys !!
 
You need the VBA to count the number of used lines and pick the next line.
Typically the count is written to a text file or property and updated each
time.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
mailto:dailytips-subscribe-request@lists.outlooktips.net

EMO - a weekly newsletter about Outlook and Exchange:
mailto:EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE.LSOFT.COM

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.
 
Back
Top