TimeStampFor Property
Gets the e-mail address of the recipient as a string.

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

Property Value

Type: String
A string containing the e-mail address of the intended recipient of the message, or an empty string if the recipient is not specified in the Received header.
Examples
The example is available in TimeStamp topic.
See Also