SendMailJobCollection Methods

The SendMailJobCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a send-mail job into the collection.
Public methodClear
Removes all elements from the collection.
Public methodCopyTo
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that can iterate through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndicesAsArray
Returns the integer array containing list of data table row indices associated with the jobs belonging to the collection.
Public methodCode exampleGetIndicesAsString
Returns the string containing comma-separated list of data table row indices associated with the jobs belonging to the collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the specified SendMailJob from the collection.
Public methodRemoveAt
Removes the job with the specified index from the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also