wodPop3 ActiveX Control - Pop3Rec Object
    
 
Description

Holds information about one of 'Received' headers.

 

This object will parse found 'Received' header and provide relevant information back to you through properties. For example

 

Received: from mail3.somehost.com ([67.19.241.66]) by other.host.com (Postfix) with SMTP id 0AB587D4213 for <joe@receiver.com>; Sat, 20 May 2006 11:01:12 +0200 (CEST)

 

would be parsed and populate all below properties.

Members

Properties
Date Read-only property Holds date when message was received by the host.
FromHost Read-only property Holds hostname that sent the message.
FromIP Read-only property Holds IP that sent the message.
FullLine Read-write property Holds full line of Received header.
Protocol Read-only property Holds protocol name used to transfer the message.
ToEmail Read-only property Holds email address that should finally receive the message.
ToHost Read-only property Holds hostname that received the message.
ToIP Read-only property Holds IP that received the message.