01-22-2013 12:16 PM
Can the email, that is asinged on BES for a device, be set as the Default Email on device using some BES policy?
Ali
I am on AT&T. Please edit your Personal Profile with your DEVICE TYPE, DEVICE OS and Carrier
01-22-2013 12:21 PM
you can set it to be exclusive for all replies
What are you trying to achieve?
Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
BESAdmin's, please make a signature with your BES environment info. SIM Free BlackBerry Unlocking FAQ
Follow me on Twitter @knottyrope
01-22-2013 12:50 PM
I am on AT&T. Please edit your Personal Profile with your DEVICE TYPE, DEVICE OS and Carrier
01-22-2013 01:42 PM
mabe user changed it on device
How to change the default email account on the BlackBerry smartphone
Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
BESAdmin's, please make a signature with your BES environment info. SIM Free BlackBerry Unlocking FAQ
Follow me on Twitter @knottyrope
01-22-2013 04:06 PM
I am on AT&T. Please edit your Personal Profile with your DEVICE TYPE, DEVICE OS and Carrier
01-22-2013 04:28 PM
Allow Other Message Services "Service Exclusivity" No
That will disable BIS personal emails on user devices but you should tell them to set the default with the directions I sent you.
Write a Corporate policy to reflect it
Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
BESAdmin's, please make a signature with your BES environment info. SIM Free BlackBerry Unlocking FAQ
Follow me on Twitter @knottyrope
01-22-2013 09:32 PM - edited 01-22-2013 09:58 PM
Does this policy force to remove the old emails (same company domain email) from the device when admin changes/assigns new email for the device.
Because, we found a device which has other email 'user-old@company.com' as default, but admin had changed the email for the device to 'user-new@company.com' on BES.
Our application gets default email 'user-old@company.com' from the device. We are using the method define here:
We also check the CMIME list and can see the email 'user-new@company.com' on device, but not default.
The issue is, the returned default address is different then the active email that was set on BES for the device now. So we want to retrive the BES active email address from the device, and it does not matter if BES email is not the default on the device
Any idea please.
Ali
01-24-2013 11:57 AM
I think there is no policy on BES to set the current email as default on the device.
But we found another way to pick the last assinged/added email on device through BES (company has a policy that users are not allowed to add personal emails account on device).
We searched the CMIME list on device and found that the last added email (work email) is always at 0th index in the list. We can assume that if a device is given to a new employee and BES admin assigns new email/user for that device then the new email will be on index [0] in CMIME list on the device as 'Scenario 4' below.
Here is log when we tested on a device:
Scenario 1:
Emails on the device are: Hotmail, Yahoo, MyCompanyDomain
Default email found: :username@MyCompanyDomain.com
--CMIME-LIST--:
Email found [0]: :username@yahoo.com(username@yahoo.com, CMIME, BISE06C14S04)
Email found [1]: :username@MyCompanyDomain.com(username@MyCompanyDo
Email found [2]: :username@hotmail.com(username@hotmail.com, CMIME,BISE06C14S09)
Scenario 2:
Emails on the device are: Hotmail, Yahoo, deleted MyCompanyDomain
Default email found: :username@yahoo.com
--CMIME-LIST--:
Email found [0]: :username@yahoo.com(username@yahoo.com, CMIME, BISE06C14S04)
Email found [1]: :username@hotmail.com(username@hotmail.com, CMIME,BISE06C14S09)
Scenario 3:
Emails on the device are: Hotmail, Yahoo, added MyCompanyDomain
Default email found: :username@yahoo.com
--CMIME-LIST--:
Email found [0]: :username@MyCompanyDomain.com(username@MyCompanyDo
Email found [1]: :username@yahoo.com(username@yahoo.com, CMIME, BISE06C14S04)
Email found [2]: :username@hotmail.com(username@hotmail.com, CMIME, BISE06C14S09)
Scenario 4:
Emails on the device are: Hotmail, Yahoo, MyCompanyDomain added new user2name for MyCompanyDomain
Default email found: :username@yahoo.com
--CMIME-LIST--:
Email found [0]: :user2name@MyCompanyDomain.com(user2name@MyCompanyDomain.com, CMIME, BISE06C14S06)
Email found [1]: :username@MyCompanyDomain.com(username@MyCompanyDo
Email found [2]: :username@yahoo.com(username@yahoo.com, CMIME, BISE06C14S04)
Email found [3]: :username@hotmail.com(username@hotmail.com, CMIME, BISE06C14S09)
I am on AT&T. Please edit your Personal Profile with your DEVICE TYPE, DEVICE OS and Carrier
01-24-2013 12:15 PM
(company has a policy that users are not allowed to add personal emails account on device)
So why not set exclusive in IT policy so they cant add them in?
Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
BESAdmin's, please make a signature with your BES environment info. SIM Free BlackBerry Unlocking FAQ
Follow me on Twitter @knottyrope
01-24-2013 12:21 PM - edited 01-24-2013 12:28 PM
You didn't see Scenario 4, when the device can have multiple emails with same domain and last/old email is set to default.
If the device can only have one email with MyCompanyDomain address then we can hard code to pick only the address ending with @MyCompanyDomain.com
A device has multiple emails ending with @MyCompanyDomain.com and the lastest email that is set on BES for the device is not the default on device at this time. And some other old email ending with @MyCompanyDomain.com is the default one on device. Also we cannot change default manually for each device.
Hope you understand.