Attachment.DefaultPicture property (Access)

Gets or sets the path and file name of the graphic to be used as a background picture on an attachment control. Read/write String.

Syntax

expression.DefaultPicture

expression A variable that represents an Attachment object.

Remarks

The DefaultPicture property contains (bitmap) or the path and file name of a bitmap or other type of graphic to be displayed.

The default setting is (none). After the graphic is loaded into the object, the property setting is (bitmap) or the path and file name of the graphic. If you delete the path and file name of the graphic from the property setting, the picture is deleted from the object, and the property setting is again (none).

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.