MultipleMessagePartFinder.MergeLeafAnswers Method

OpenPop.NET

OpenPop.NET POP3 Library Documentation

MultipleMessagePartFinder.MergeLeafAnswers Method

Adds all the leafAnswers in one big answer

protected override List<MessagePart> MergeLeafAnswers(
   List<List<MessagePart>> leafAnswers
);

Parameters

leafAnswers
The answers to merge

Return Value

A list with has all the elements in the leafAnswers lists

Exceptions

Exception Type Condition
ArgumentNullException if leafAnswers is a null reference

See Also

MultipleMessagePartFinder Class | OpenPop.Mime.Traverse Namespace