Hunny Software Library Reference

Stamp.With Property

Gets or sets the protocol that was used to send this message.

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

Property Value

The protocol, (for example, ESMTP).

Remarks

In the "Received" header field, the protocol follows the "with" keyword. Usually, the protocol is SMTP or ESMTP. If the protocol is not present, this property returns an empty string.

See Also

Stamp Class | Hunny.Mime Namespace