EventList.IndexOf
EventList.IndexOf method
Determines the index of a specific item in the list.
public int IndexOf(CustomerEvent value)
Parameter | Type | Description |
---|---|---|
value | CustomerEvent | The Object to locate in the list. |
Return Value
The index of value if found in the list; otherwise, -1.
See Also
- class CustomerEvent
- class EventList
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email