Click or drag to resize
MimeKit

ReceivedVia Property

Get or set the physical link or protocol used to receive the message.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public string? Via { get; set; }

Property Value

String
The physical link identifier if available; otherwise, .
Exceptions
ExceptionCondition
ArgumentException The value is not a valid atom token.
Remarks
Gets or sets the "via" clause which indicates the physical path or link (e.g., "TCP", "UUCP") through which the message was received.
See Also