Message.FindAllTextVersions Method

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Message.FindAllTextVersions Method

Finds all the MessagePart's which contains a text version.

IsText for MessageParts which are considered to be text versions.

Examples of MessageParts media types are:

  • text/plain
  • text/html
  • text/xml

public List<MessagePart> FindAllTextVersions();

Return Value

A List of MessageParts where each part is a text version

See Also

Message Class | OpenPop.Mime Namespace