08-01-2008 04:04 AM - edited 08-01-2008 04:10 AM
I have a device connected to a BES with Exchange. I call the Exchange-Mailbox (Outlook) "mailbox". and the BlackBerry-Device-Mailbox "handheld".
Our software imports a database delivered by email. After import the email gets deleted.
If "Email Reconciliation Delete on:" is set to "Handheld" the email is unmodified int the mailbox and I can see it in my outlook.
When I change on the BlackBerry the "Email Reconciliation Delete on:" - setting to "Mailbox & Handheld", then it works nearly as I want. When the mail on the handheld gets deleted, then on the mailbox it gets moved to "Deleted Items".
1. Is it possible to control the "Email Reconciliation" - settings programmatically?
2. Is it possible to delete the mailbox email permanently by a api-call on the blackberry?
3. Is there any BES-Settings which does
- special-formatted-emails not deliver to mailbox, but only forward to handheld
or
- special-formatted-emails delete imediatly permanent from the mailbox, but forward to handheld
I want the users to not be annoyed by these importmails. I know that I can solve these problems by creating an additional BIS-email-account for the BlackBerry, but I would like to get it working WITHOUT doing this.
Regards and thanks for help
Anil
Solved! Go to Solution.
08-01-2008 12:27 PM
You can use the <$removeondelivery> parameter to do this.
If this is present in the subject of the email message, the BlackBerry Enterprise Server will delete the message from the user's mailbox after it has been delivered to the BlackBerry. It is up to your application to delete the message on the handheld side.
08-21-2008 05:24 AM
Hello Mark!
Sorry for replying so late. I was on holidays.Thanks for this solution.
Additionally i played with the other parameters
<$SuppressSaveInSentItems>
works good!
Regards Anil
02-11-2009 11:25 AM
Hi,
I am new to the BB platform and am working for a client that would like to extend their email marketing to BB clients that many of their customers use. Many of these email templates are well formed HTML and include "# named anchors", which on the surface BB does not appear to support.
Is a "backdoor" method using java or some other approach provide the ability for interpage navigation in BB email crossplatform?
Thanks & Cheers - Randy
02-13-2009 11:38 AM - edited 02-13-2009 11:38 AM
The Messages application does not currently support # anchor tags in HTML email messages. There is no programmatic work around for this.
04-02-2009 04:50 AM
Hi,
<$removeondelivery> is not working for BIS users, is there ay other solution for BIS?