Share via


_Application.OpenAttachmentsInFullScreen Property

Returns or sets a Boolean that represents whether Microsoft Office Word opens e-mail attachments in Reading mode. Read/write.

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

Syntax

'Declaration
Property OpenAttachmentsInFullScreen As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.OpenAttachmentsInFullScreen

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

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Open e-mail attachments in Reading mode check box in the Word Options dialog box.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace