FormDescription.UseWordMail Property
Returns a Boolean (bool in C#) that indicates True to use Microsoft Office Word as the default editor 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 UseWordMail As Boolean
Get
Set
'Usage
Dim instance As FormDescription
Dim value As Boolean
value = instance.UseWordMail
instance.UseWordMail = value
[DispIdAttribute()]
bool UseWordMail { get; set; }
Property Value
Type: System.Boolean