Click or drag to resize
MimeKit

ReceivedBy Property

Get or set the name of the receiving host.

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

Property Value

String
The name of the receiving host if available; otherwise, .
Exceptions
ExceptionCondition
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