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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OL2000 Form - When Forwarded... Anyway to send cc to specific address?

Status
Not open for further replies.

mblaster

Technical User
Joined
Sep 7, 2001
Messages
45
Location
US
Is there anyway to put a specific email address in the cc when the message is Forwarded?

Thanks?
 
I have tried this...

Function Item_Forward(ByVal Forward)
dim strComplianceTest
strComplianceTest = "compliance@domain.com"
Item.messageClass=sSaveMessageClass
Item.CC = strComplianceTest
Item.Save
Item.Send
End Function

ANYONE WITH SOME IDEAS?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top