I know that it is possible with BIS. I want to do an application which helps me to do that with BES.
Do you think that's possible?
edit: maybe with this code
Code:
Invoke setFrom(Address).
Address from = new Address("scott.mcpherson@blackberry.com", "Scott McPherson");
msg.setFrom(from);