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

IMimeAttachmentList.Contains Method 

Determines whether the IMimeAttachmentList contains the specified MimeAttachment element.

bool Contains(
   MimeAttachment value
);

Parameters

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

Return Value

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

Remarks

Please refer to Contains for details.

See Also

IMimeAttachmentList Interface | SmtPop Namespace