EmailOptions.EmbedSmartTag Property

Definition

Determines if Microsoft Word saves the smart tag information in HTML e-mail messages.

public:
 property bool EmbedSmartTag { bool get(); void set(bool value); };
public bool EmbedSmartTag { get; set; }
member this.EmbedSmartTag : bool with get, set
Public Property EmbedSmartTag As Boolean

Property Value

Remarks

This property returns True if Word saves the smart tag information in HTML e-mail messages, and False if not.

Use the EmbedSmartTag property when Word is specified as your e-mail editor and messages are sent using HTML. This allows recipients of the message to have access to the smart tag information without having the recognizer file registered on their computer. To make Word your default e-mail editor, change the necessary settings in Microsoft Outlook.

Applies to