 | ReceivedVia Property |
Get or set the physical link or protocol used to receive the message.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string? Via { get; set; }Property Value
StringThe physical link identifier if available; otherwise,
.
Exceptions
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