Returns true if the attachment is contained in the collection.
| C# | Visual Basic |
public bool Contains( Attachment value )
Public Function Contains ( _ value As Attachment _ ) As Boolean
- value (Attachment)
- The attachment to search for.
true if the attachment exists in the attachment collection.