Hunny Software Library Reference

Stamp.For Property

Gets or sets the original addressee.

[Visual Basic]
Public Property For As String
[C#]
public string For {get; set;}

Property Value

The original addressee.

Remarks

This information may be important if some kind of address translation occurs. In the "Received" header field, the addressee follows the "for" keyword. If the original addressee is not present, this property returns an empty string.

Some mail servers are configured to omit this field if the message is received for several recipients. Presumably, they do this so that they may store only a single copy of the message.

See Also

Stamp Class | Hunny.Mime Namespace