EmailAsImg Property

Microsoft Publisher Visual Basic

EmailAsImg Property

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

expression.EmailAsImg

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property increase your message's compatibility with older e-mail 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 will inherit the modified properties.

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

Example

The following example sets Publisher to e-mail publication pages as JPEG images.

    Application.WebOptions.EmailAsImg = True