The methods of the AnswerMessageTraverser(TAnswer) class are listed below. For a complete list of AnswerMessageTraverser(TAnswer) class members, see the AnswerMessageTraverser(TAnswer) Members topic.
Public Instance Methods
VisitMessage | Call this when you want an answer for a full message. |
VisitMessagePart | Call this method when you want to find an answer for a MessagePart |
Protected Instance Methods
CaseLeaf | For a concrete implementation an answer must be returned for a leaf MessagePart, which are MessageParts that are not MultiParts. |
MergeLeafAnswers | For a concrete implementation, when a MultiPart MessagePart has fetched it's answers from it's children, these answers needs to be merged. This is the responsibility of this method. |
See Also
AnswerMessageTraverser<TAnswer> Class | OpenPop.Mime.Traverse Namespace