ShowAttachments property
Sets or returns whether a box for attachments appears in a page.
Syntax
C++
HRESULT get_ShowAttachments(
VARIANT_BOOL* pShowAttachments)
HRESULT put_ShowAttachments(
VARIANT_BOOL MyShowAttachments)
Scripting languages
ShowAttachments = Page.ShowAttachments
Page.ShowAttachments
= ShowAttachments
|