TimeStampIP Property
Gets the IPv4 address extracted from From part of the timestamp.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string IP { get; }

Property Value

Type: String
The first occurrence of IPv4 address in From string, or an empty string if not available.
Remarks
If the entire Received timestamp is like this Received: from SMTPS01 (11.66.222.111) by HUB1.domain.com (10.20.30.40) with Microsoft SMTP Server id 12.34.46.57; Wed, 6 Apr 2016 16:44:13 +0530, this property will return 11.66.222.111.
See Also