Name

MimeTextMatchCollection

Synopsis

This class provides a collection of MimeTextMatch objects used by the MimeTextBinding class. Individual MimePart objects can be retrieved only by index number.

Public NotInheritable Class MimeTextMatchCollection : Inherits CollectionBase
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Default Property Item(
        ByVal index As Integer) As MimeTextMatch  
' Public Instance Methods
   Public Function Add(
        ByVal match As MimeTextMatch) As Integer  
   Public Function Contains(
        ByVal match As MimeTextMatch) As Boolean  
   Public Sub CopyTo(ByVal array As MimeTextMatch(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal match As MimeTextMatch) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal match As MimeTextMatch) 
   Public Sub Remove(ByVal match As MimeTextMatch) 
End Class

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable) MimeTextMatchCollection

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.