AttachmentCollection.Contains Method (Attachment)
3/29/2010
Returns true 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 (
Attachment value
)
'Declaration
Public Function Contains ( _
value As Attachment _
) As Boolean
Parameters
- value
The attachment to search for.
Return Value
true if the attachment exists in the attachment collection.
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