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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.