View Single Post
  #4  
Old 01-07-2009, 10:36 PM
JP2112 JP2112 is offline
Registered User
 
Join Date: 22 Oct 2008
Location: NYC
MS Office Version:2003
Posts: 4
JP2112 is becoming part of the community
One way (the easy way, IMO) is to simply send the email with that information written in the body, then use the Application_ItemSend Event to write the information to a worksheet.

Or you could create and publish an email post form with textboxes for those fields, and then essentially do the same thing: send out the form, and use the ItemSend Event to write the information to a worksheet.

HTH
Reply With Quote