3 
		
				
			
		30N30W
This may take some further explaining but the jist: 
 
Background:
 
I have an app that emails audio files (attachments) to a single email
 
address for archiving purposes.
 
The attachment is in a proprietary format to save space.
 
I have a "player" (like sound recorder) that can open the attachment,
 
and then "save as" the file as .wav
 
I am using an email box in Outlook 2007 as the repository of all
 
"archived" messages
 
What I need to do:
 
When a message comes in to the Outlook inbox, if the subject line
 
matches a user name, I need to convert the attachment, and send it
 
back out to the users email address. The original attachment can stay
 
with the original email in the inbox.
 
So I would have a list of user names with outbound email addresses to
 
match to...
 
Should I use a script? VBA code? Macro? Rule?
 
This box receives about 2500 emails a day, but probably less than 10%
 
would need to be converted and resent.
 
Thanks for any advice....
 
Andrew
				
			Background:
I have an app that emails audio files (attachments) to a single email
address for archiving purposes.
The attachment is in a proprietary format to save space.
I have a "player" (like sound recorder) that can open the attachment,
and then "save as" the file as .wav
I am using an email box in Outlook 2007 as the repository of all
"archived" messages
What I need to do:
When a message comes in to the Outlook inbox, if the subject line
matches a user name, I need to convert the attachment, and send it
back out to the users email address. The original attachment can stay
with the original email in the inbox.
So I would have a list of user names with outbound email addresses to
match to...
Should I use a script? VBA code? Macro? Rule?
This box receives about 2500 emails a day, but probably less than 10%
would need to be converted and resent.
Thanks for any advice....
Andrew
 
	