G
George
Hi,
I'm not a very accomplished programmer. I'm trying to
write a very simple script-like routine to automate a
cumbersome and repetitive task.
I periodically get Emails that contain a specific number
inteh subject line (in this case a purchase requisition
number).
I then have to open another program entirely (SAP) and go
through a log in procedure and subsequently manually re-
enter the requisition number to SAP (or at least do a cut-
paste).
It's pretty trivial to scrip the steps to do the Open SAP,
log in, enter requisition number.
How does one get the "subject" information from an open
email message?
something like:
oSubject = CurrentlySelectedMail.Subject
I know that's not right, but there must be an object that
can give me this info.
Any ideas?
Thanks in advance.
-George
I'm not a very accomplished programmer. I'm trying to
write a very simple script-like routine to automate a
cumbersome and repetitive task.
I periodically get Emails that contain a specific number
inteh subject line (in this case a purchase requisition
number).
I then have to open another program entirely (SAP) and go
through a log in procedure and subsequently manually re-
enter the requisition number to SAP (or at least do a cut-
paste).
It's pretty trivial to scrip the steps to do the Open SAP,
log in, enter requisition number.
How does one get the "subject" information from an open
email message?
something like:
oSubject = CurrentlySelectedMail.Subject
I know that's not right, but there must be an object that
can give me this info.
Any ideas?
Thanks in advance.
-George