IQuestionAnswerMessageTraverser(TQuestion,TAnswer) Interface

OpenPop.NET

OpenPop.NET POP3 Library Documentation

IQuestionAnswerMessageTraverser(TQuestion,TAnswer) Interface

This interface describes a MessageTraverser which is able to traverse a Message structure and deliver some answer given some question.

For a list of all members of this type, see IQuestionAnswerMessageTraverser(TQuestion,TAnswer) Members .

public interface IQuestionAnswerMessageTraverser<TQuestion, TAnswer>

Generic template parameters

TAnswer
This is the type of the answer you want to have delivered.
TQuestion
This is the type of the question you want to have answered.

Requirements

Namespace: OpenPop.Mime.Traverse

Assembly: OpenPop (in OpenPop.dll)

See Also

IQuestionAnswerMessageTraverser(TQuestion,TAnswer) Members | OpenPop.Mime.Traverse Namespace