Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Count property gets the number of elements that are contained in the collection.
Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As AttachmentCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32