SendMailJobCollection Properties

The SendMailJobCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsReadOnly
Gets whether the collection may not be modified.
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Public propertyItem
Gets the element at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
Top
See Also