MailBee.NET Objects 4.0

SendMailJobCollection Members

SendMailJobCollection overview

Public Instance Properties

Count Gets the number of elements contained in the collection.
IsReadOnly Gets whether the collection may not be modified.
IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
Item Gets the element at the specified index.
SyncRoot Gets an object that can be used to synchronize access to the collection.

Public Instance Methods

Add Adds a send-mail job into the collection.
Clear Removes all elements from the collection.
CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through the collection.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIndicesAsArray Returns the integer array containing list of data table row indices associated with the jobs belonging to the collection.
GetIndicesAsString Returns the string containing comma-separated list of data table row indices associated with the jobs belonging to the collection.
GetType (inherited from Object) Gets the Type of the current instance.
Remove Removes the specified SendMailJob from the collection.
RemoveAt Removes the job with the specified index from the collection.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SendMailJobCollection Class | MailBee.SmtpMail Namespace | SendMailJob