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