Hunny Software Library Reference

Stamp.Id Property

Gets or sets the internal message identifier.

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

Property Value

The internal message identifier.

Remarks

This is a value that is meaningful to the receiving host, such as the name of a file that was used to temporarily store the message. In the "Received" header field, the identifier follows the "id" keyword. If the identifier is not present, this property returns an empty string.

See Also

Stamp Class | Hunny.Mime Namespace