_Application.OpenAttachmentsInFullScreen Property

Definition

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.

Applies to