View Single Post
  #3 (permalink)  
Old 01-11-2010, 04:01 PM
Otto's Avatar
Otto Otto is offline
Proprietor
 
Join Date: Nov 2008
Location: Atlanta, GA
Posts: 2,032
Blog Entries: 14
Default

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.
Reply With Quote