Attachments.Item Property

Publisher Developer Reference

Returns the Attachment object at the specified index position in the Attachments collection. Read-only. .

Version Information
 Version Added:  Publisher 2007

Syntax

expression.Item(Item)

expression   A variable that represents an Attachments collection.

Parameters

Name Required/Optional Data Type Description
Item Required Long The index position of the attachment to be returned.

Return Value
Attachment

See Also