emailUseAnnotationDefinedModule

This parameter controls how annotations are rendered.

When opening emails with saved annotations that were rendered by the older email rendering mechanism, the annotations do not appear in the same place. emailUseAnnotationDefinedModule can be set to control what actions to take for this situation.

This parameter can have the following values:
always
The default behavior is to always attempt to use the renderer that is defined in the annotation (ANNOTINFO property). If the renderer that is defined in the annotation is not the same as the renderer that is defined for the viewer, the email open operation stops and displays an Annotations migration failure error message.
never
The renderer that is defined in the annotation is never used. Instead, the annotation is opened by using the renderer that is specified for the viewer.
prompt
The user is prompted that the annotations were created by a different renderer. The user can open with the renderer that is defined for the viewer or attempt to open with the renderer that is specified in the annotation.

The default value for this parameter is always.

Sample syntax


<param name="emailUseAnnotationDefinedModule" value="prompt" />