Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.33 KB

Publisher.WebOptions.EmailAsImg.md

File metadata and controls

50 lines (29 loc) · 1.33 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WebOptions.EmailAsImg property (Publisher)
vbapb10.chm8257545
vbapb10.chm8257545
Publisher.WebOptions.EmailAsImg
c44d3b07-2030-4901-b9df-4dcfe08c985c
06/18/2019
medium

WebOptions.EmailAsImg property (Publisher)

True to send the entire publication page as a single JPEG image. Read/write Boolean.

Syntax

expression.EmailAsImg

expression A variable that represents a WebOptions object.

Return value

Boolean

Remarks

This property can increase your message's compatibility with older email clients, but may result in larger file size.

This property is accessible for print publications in addition to web publications.

The properties of the WebOptions object are used to specify the behavior of web publications. This means that when any of these properties are modified, newly created web publications inherit the modified properties.

This property corresponds to the check box in the E-Mail Options section on the Web tab of the Options dialog box.

Example

The following example sets Microsoft Publisher to email publication pages as JPEG images.

Application.WebOptions.EmailAsImg = True

[!includeSupport and feedback]