Share via


EmailOptions.EmbedSmartTag Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property EmbedSmartTag As Boolean
    Get
    Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean

value = instance.EmbedSmartTag

instance.EmbedSmartTag = value
bool EmbedSmartTag { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace