FormDescription.Template Property
Returns or sets a String (string in C#) indicating the name of the template for the form. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Template As String
Get
Set
'Usage
Dim instance As FormDescription
Dim value As String
value = instance.Template
instance.Template = value
[DispIdAttribute()]
string Template { get; set; }
Property Value
Type: System.String
Remarks
This property refers to a Microsoft Office Word .DOT template file, and so is applicable for forms with UseWordMail = True.