Simple Mail and Post Office Protocol for .Net (SmtPop)

MimeAttachmentList.Contains Method 

Determines whether the MimeAttachmentList contains the specified MimeAttachment element.

public bool Contains(
   MimeAttachment value
);

Parameters

value
The MimeAttachment object to locate in the MimeAttachmentList. This argument can be a null reference.

Return Value

true if value is found in the MimeAttachmentList; otherwise, false.

Implements

IMimeAttachmentList.Contains

Remarks

Please refer to Contains for details.

See Also

MimeAttachmentList Class | SmtPop Namespace