Gets if the collection contains specified MIME entity.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns true if the specified MIME entity exists in the collection, otherwise false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when entity is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119