Count
Returns the number of attachments.
Property value
Integer (read-only)
Examples
for (i = 0; i < Attachments.Count; i++) {
// Insert code to perform action here.
}
Specifies to perform some action on all attachments.
Page updated: 12 May 2023
Returns the number of attachments.
Integer (read-only)
for (i = 0; i < Attachments.Count; i++) {
// Insert code to perform action here.
}
Specifies to perform some action on all attachments.
|
---|