 | ReceivedBy Property |
Get or set the name of the receiving host.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string? By { get; set; }Property Value
StringThe name of the receiving host if available; otherwise,
.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
The value is not a valid domain name or address literal.
|
Remarks
Gets or sets the "by" clause which identifies the name of the receiving SMTP server that
accepted the message. This may be a domain name or an address literal (e.g., [192.168.1.1]).
See Also