 | MultipartIndexOf Method |
Get the index of an entity.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic int IndexOf(
MimeEntity entity
)
Parameters
- entity
- Type: MimeKitMimeEntity
The MIME entity.
Return Value
Type:
Int32The index of the specified entity if found; otherwise
-1.
Implements
IListTIndexOf(T)
Exceptions
Remarks
Finds the index of the specified entity, if it exists.
See Also