A
a6avant
Hi,
is there a way to find out how and where my custom form information is
stripped when travelling along the Internet from an Exchange 2003
organization to another ?
I have this working between our prod & lab exchange 2003 environments
but not between 2 production environments. Is there a setting in
Exchange 2003 ?
An alternative for me would be that i send the filled in fields as text
to the recipient, but when I test this in our lab with the following
code I still receive the RTF form instead of the text...
Sub CommandButton2_Click()
Set objNewItem = Item.Forward
objNewItem.BodyFormat = 1
objNewItem.To = "Tracy Chapman"
objNewItem.Recipients.ResolveAll
InfoPage = "------------------------- INFO -----------------------" &
vbCrLf
InfoPage = InfoPage & iAffUserSingle
objNewItem.body = InfoPage
objNewItem.Send
End Sub
Any ideas ?
is there a way to find out how and where my custom form information is
stripped when travelling along the Internet from an Exchange 2003
organization to another ?
I have this working between our prod & lab exchange 2003 environments
but not between 2 production environments. Is there a setting in
Exchange 2003 ?
An alternative for me would be that i send the filled in fields as text
to the recipient, but when I test this in our lab with the following
code I still receive the RTF form instead of the text...
Sub CommandButton2_Click()
Set objNewItem = Item.Forward
objNewItem.BodyFormat = 1
objNewItem.To = "Tracy Chapman"
objNewItem.Recipients.ResolveAll
InfoPage = "------------------------- INFO -----------------------" &
vbCrLf
InfoPage = InfoPage & iAffUserSingle
objNewItem.body = InfoPage
objNewItem.Send
End Sub
Any ideas ?