This documentation is archived and is not being maintained.
MimePartCollection Properties
.NET Framework 1.1
The properties of the MimePartCollection class are listed here. For a complete list of MimePartCollection class members, see the MimePartCollection Members topic.
Public Properties
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
Item | Gets or sets the value of a MimePart at the specified zero-based index.
In C#, this property is the indexer for the MimePartCollection class. |
Protected Properties
InnerList (inherited from CollectionBase) | Gets an ArrayList containing the list of elements in the CollectionBase instance. |
List (inherited from CollectionBase) | Gets an IList containing the list of elements in the CollectionBase instance. |
See Also
MimePartCollection Class | System.Web.Services.Description Namespace
Show:
