_Application.EmailTemplate Property

Returns or sets a String that represents the document template to use when sending e-mail messages.

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

Syntax

'Declaration
Property EmailTemplate As String
    Get
    Set
'Usage
Dim instance As _Application
Dim value As String

value = instance.EmailTemplate

instance.EmailTemplate = value
string EmailTemplate { get; set; }

Property Value

Type: System.String

Remarks

Use the EmailTemplate property when Microsoft Word is specified as your e-mail editor, which you must do inside Microsoft Outlook.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace