If within the same BlackBerry domain, the list for email addresses and BES instance names can be pulled with this SQL query:
SELECT U.MailboxSMTPAddr, S.ServiceName
FROM UserConfig U LEFT OUTER JOIN ServerConfig S
ON U.ServerConfigId = S.Id
__________________
BCSA (4.1, 5.0) | BCSD (4.1, 5.0)
The views expressed by me on Port3101.org are my own and do not necessarily reflect the views of my employer.
|