_Application.OpenAttachmentsInFullScreen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that represents whether Microsoft Office Word opens e-mail attachments in Reading mode. Read/write.
public:
property bool OpenAttachmentsInFullScreen { bool get(); void set(bool value); };
public bool OpenAttachmentsInFullScreen { get; set; }
member this.OpenAttachmentsInFullScreen : bool with get, set
Public Property OpenAttachmentsInFullScreen As Boolean
Property Value
Boolean
Remarks
This property corresponds to the Open e-mail attachments in Reading mode check box in the Word Options dialog box.