June 2002
Intermediate to advanced
816 pages
28h 12m
English
MimePartCollection
This class provides a collection of MimePart objects
used by the MimeMultipartRelatedBinding class. Individual MimePart objects can be retrieved only by index number.
Public NotInheritable Class MimePartCollection : Inherits CollectionBase ' Public Constructors Public Sub New() ' Public Instance Properties Public Default Property Item( ByVal index As Integer) As MimePart ' Public Instance Methods Public Function Add(ByVal mimePart As MimePart) As Integer Public Function Contains( ByVal mimePart As MimePart) As Boolean Public Sub CopyTo(ByVal array As MimePart(), ByVal index As Integer) Public Function IndexOf( ByVal mimePart As MimePart) As Integer Public Sub Insert(ByVal index As Integer, ByVal mimePart As MimePart) Public Sub Remove(ByVal mimePart As MimePart) End Class
System.Object→ System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable)→ MimePartCollection
Read now
Unlock full access