Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook Form - HELP NEEDED!

Status
Not open for further replies.

mblaster

Technical User
Sep 7, 2001
45
0
0
US
PLEASE HELP!!!
Does anyone know how to use:
Function Item_Forward(ByVal ForwardItem)

I am trying to have the email put in "Compliance" in the To: field if the user Forwards the message.

Is there a better way? Anyone with some code?

Thanks in advance!!

 
Thanks, that is the function I was trying. It does not give me any errors... It also does not email me a copy of it.
Here is what I have tried:

Function Item_Forward(ByVal Forward)
myForward.Recipients.send "emailaddress.com"
End Function

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top