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