EmbeddedMailObjectsCollection::Contains Method (EmbeddedMailObject^)
.NET Framework (current version)
Determines whether the EmbeddedMailObjectsCollection contains a specific EmbeddedMailObject.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls::EmbeddedMailObject^
The EmbeddedMailObject to locate in the EmbeddedMailObjectsCollection object.
Return Value
Type: System::Booleantrue if the EmbeddedMailObjectsCollection contains obj; otherwise, false.
Use the IndexOf method to identify the position of the EmbeddedMailObject in the EmbeddedMailObjectsCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: