Simple Mail and Post Office Protocol for .Net (SmtPop)

MimeAttachmentList Members

MimeAttachmentList overview

Public Static Methods

ReadOnly Returns a read-only wrapper for the specified MimeAttachmentList.
Synchronized Returns a synchronized (thread-safe) wrapper for the specified MimeAttachmentList.
Unique Returns a wrapper for the specified MimeAttachmentList ensuring that all elements are unique.

Public Instance Constructors

MimeAttachmentList Overloaded. Initializes a new instance of the MimeAttachmentList class.

Public Instance Properties

Capacity Gets or sets the capacity of the MimeAttachmentList.
Count Gets the number of elements contained in the MimeAttachmentList.
IsFixedSize Gets a value indicating whether the MimeAttachmentList has a fixed size.
IsReadOnly Gets a value indicating whether the MimeAttachmentList is read-only.
IsSynchronized Gets a value indicating whether access to the MimeAttachmentList is synchronized (thread-safe).
IsUnique Gets a value indicating whether the MimeAttachmentList ensures that all elements are unique.
Item Gets or sets the MimeAttachment element at the specified index.
SyncRoot Gets an object that can be used to synchronize access to the MimeAttachmentList.

Public Instance Methods

Add Adds a MimeAttachment to the end of the MimeAttachmentList.
AddRangeOverloaded. Adds a range of elements to the end of the MimeAttachmentList.
BinarySearch Searches the entire sorted MimeAttachmentList for an MimeAttachment element using the default comparer and returns the zero-based index of the element.
Clear Removes all elements from the MimeAttachmentList.
Clone Creates a shallow copy of the MimeAttachmentList.
Contains Determines whether the MimeAttachmentList contains the specified MimeAttachment element.
CopyToOverloaded. Copies the MimeAttachmentList or a portion of it to a one-dimensional array.
Equals (inherited from Object) 
GetEnumerator Returns an IMimeAttachmentEnumerator that can iterate through the MimeAttachmentList.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
IndexOf Returns the zero-based index of the first occurrence of the specified MimeAttachment in the MimeAttachmentList.
Insert Inserts a MimeAttachment element into the MimeAttachmentList at the specified index.
Remove Removes the first occurrence of the specified MimeAttachment from the MimeAttachmentList.
RemoveAt Removes the element at the specified index of the MimeAttachmentList.
RemoveRange Removes the specified range of elements from the MimeAttachmentList.
ReverseOverloaded. Reverses the order of the elements in the MimeAttachmentList or a portion of it.
SortOverloaded. Sorts the elements in the MimeAttachmentList or a portion of it.
ToArray Copies the elements of the MimeAttachmentList to a new Array of MimeAttachment elements.
ToString (inherited from Object) 
TrimToSize Sets the capacity to the actual number of elements in the MimeAttachmentList.

See Also

MimeAttachmentList Class | SmtPop Namespace