EmailAttachmentCollection MethodsIpswitch.Messaging.Framework

The EmailAttachmentCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add an Attachment to the end of the colleciton.
Public methodAddRange
Add a collection of attachments to the collection.
Public methodClear
Remove all Attachments from the collection.
Public methodContains
Checks to see if the indicated Attachment is present in the collection.
Public methodCopyTo
Copies the contents of the collection to an Attachment array starting at the specified index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Create an Enumerator that will enumerate all available Attachments in the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Retrieves the index of the indicated item in the collection.
Public methodInsert
Inserts an Attachment into the collection at a specific index.
Public methodRemove
Removes the first occurrance of an Attachment from the collection.
Public methodRemoveAt
Removes the Attachment found at a particular index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference