Message.FindAllAttachments Method

From OpenPop.NET

OpenPop.NET POP3 Library Documentation

Message.FindAllAttachments Method

Finds all the MessagePart's which are attachments to this message.

IsAttachment for MessageParts which are considered to be attachments.

public List<MessagePart> FindAllAttachments();

Return Value

A List of MessageParts where each is considered an attachment

See Also

Message Class | OpenPop.Mime Namespace