Skip Navigation

Email classifications 

Users can select the email classification and caveat settings that you make available to them. You can edit the classifications and caveat settings by editing the xml file on the Classification tab in the 
BlackBerry Work
 app configuration as described in Configure BlackBerry Work app settings.
Example:
<emailClassificationMarks> 
    <options>
        <classifications>ON</classifications>
        <caveats>OFF</caveats>
        <classificationDefault>INTERNAL</classificationDefault>
        <caveatDefault>NO FORWARD</caveatDefault>
    </options>
<classifications>
    <classification>
        <subject>(INTERNAL)</subject>
        <topBody>Classification: INTERNAL</topBody>
        <bottomBody>Classification: INTERNAL</bottomBody> 
        <caveatOptions>
            <caveatOption>
                <caveatSelect>NO FORWARD</caveatSelect>
                <state>ON</state>
            </caveatOption>
            <caveatOption> 
                <caveatSelect>NO REPLY</caveatSelect>
                <state>OFF</state>
            </caveatOption>
        </caveatOptions> 
</classification>
<classification> 
    <select>CONFIDENTIAL</select>
    <subject>[CONFIDENTIAL]</subject>
    <topBody>Classification: Confidential</topBody>
    <caveatOptions>
        <caveatOption>
            <caveatSelect>NOREPLYALL</caveatSelect>
            <state>OFF</state>
        </caveatOption>
    </caveatOptions>
    </classification>
</classifications>
<caveats>
    <caveat>
        <select>NO FORWARD</select>
        <subject>(DO NOT FORWARD)</subject>
        <topBody>Caveat: DO NOT FORWARD</topBody>
        <bottomBody>Caveat: DO NOT FORWARD</bottomBody>
    </caveat>
    <caveat>
        <select>NOREPLY</select>
        <subject>(DONOTREPLY)</subject>
    </caveat>
    <caveat>
        <select>NO REPLY ALL</select>
        <subject>(DONOTREPLYALL)</subject>
    </caveat>
    </caveats>
</emailClassificationMarks>