Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
Reply
New Developer
bloudraak
Posts: 1
Registered: 11-04-2009

Tagging emails sent from blackberry device

Hello, We'd like to tag emails sent from a blackberry device, so that an we can process it later with a Lotus Domino or Microsoft Exchange plugin. We could use the BCC field, however, due to email bifurcation in some environments, it isn't a reliable mechanism to tag the email. We have experience in C, C++, Java and C# so we can write a plugin for BES, to add a MAPI property/SMTP Header when it delivers email to the corporate mail server. I have not been able to find the means to do so in BES. Any suggestions? Thanks, Werner
Please use plain text.
Administrator
MSohm
Posts: 11,465
Registered: 07-09-2008
My Carrier: Bell

Re: Tagging emails sent from blackberry device

This isn't supported on the BlackBerry Enterprise Server, but you can do this with an application that resides on the BlackBerry Smartphone.  You could create an application that implements the SendListener interface.  Within this interface you could capture email as users are sending it and append your custom string before it is sent.

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.