MimePartCollection.Contains Method (MimePart)
.NET Framework (current version)
Returns a value indicating whether the specified MimePart is a member of the MimePartCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- mimePart
-
Type:
System.Web.Services.Description.MimePart
The MimePart to check for collection membership.
Return Value
Type: System.Booleantrue if the mimePart parameter is a member of the MimePartCollection; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: