AttachmentCollection.Contains Method (Object)
3/29/2010
Checks if the attachment is contained in the collection.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public bool Contains (
Object value
)
'Declaration
Public Function Contains ( _
value As Object _
) As Boolean
Parameters
- value
The attachment to check
Return Value
true if the attachment is contained in the collection, or false otherwise.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
AttachmentCollection Class
AttachmentCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace