I am trying to set the To
field of a Redemption.SafeMailItem
object called myRed
.
The variant to_email
has value test@test.com
and i set:
myRed.To = to_email
I breakpoint on this line and can verify that to_email
has a value, but then after this line finishes, myRed.To
is still an empty string.
What causes this?