Received Constructor

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Received Constructor

Parses a Received header value.

Received(
   string headerValue
);

Parameters

headerValue
The value for the header to be parsed

Exceptions

Exception Type Condition
ArgumentNullException If headerValue is a null reference

See Also

Received Class | OpenPop.Mime.Header Namespace