| MultipartIndexOf Method |
Get the index of an entity.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int IndexOf(
MimeEntity entity
)
Parameters
- entity MimeEntity
- The MIME entity.
Return Value
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