| InternetAddressListIndexOf Method |
Get the index of the specified address.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int IndexOf(
InternetAddress address
)
Parameters
- address InternetAddress
- The address to get the index of.
Return Value
Int32The index of the specified address if found; otherwise
-1.
Implements
IListTIndexOf(T)Exceptions Remarks
Finds the index of the specified address, if it exists.
See Also