LumiSoft Net Help
Contains Method (entity)
NamespacesLumiSoft.Net.MIMEMIME_EntityCollectionContains(MIME_Entity)
Gets if the collection contains specified MIME entity.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool Contains(
	MIME_Entity entity
)
Public Function Contains ( 
	entity As MIME_Entity
) As Boolean
public:
bool Contains(
	MIME_Entity^ entity
)
member Contains : 
        entity : MIME_Entity -> bool 
Parameters
entity (MIME_Entity)
MIME entity.
Return Value
Boolean
Returns true if the specified MIME entity exists in the collection, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when entity is null.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119