MultipleMessagePartFinder Class

From OpenPop.NET

OpenPop.NET POP3 Library Documentation

MultipleMessagePartFinder Class

An abstract class that implements the MergeLeafAnswers method.
The method simply returns the union of all answers from the leaves.

For a list of all members of this type, see MultipleMessagePartFinder Members .

System.Object
   AnswerMessageTraverser(List(MessagePart))
      MultipleMessagePartFinder

public abstract class MultipleMessagePartFinder : AnswerMessageTraverser<List<MessagePart>>

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: OpenPop.Mime.Traverse

Assembly: OpenPop (in OpenPop.dll)

See Also

MultipleMessagePartFinder Members | OpenPop.Mime.Traverse Namespace