_Inspector.IsWordMail Method

Determines whether the mail message associated with an inspector is displayed in an Outlook Inspector or in Microsoft Word.

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

Syntax

'Declaration
<DispIdAttribute()> _
Function IsWordMail As Boolean
'Usage
Dim instance As _Inspector
Dim returnValue As Boolean

returnValue = instance.IsWordMail()
[DispIdAttribute()]
bool IsWordMail()

Return Value

Type: System.Boolean
True if the mail message is displayed in Microsoft Word (that is, if Word Mail is in use); otherwise, False.

See Also

Reference

_Inspector Interface

_Inspector Members

Microsoft.Office.Interop.Outlook Namespace