 | ReceivedFor Property |
Get or set the recipient address for which the message was received.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string? For { get; set; }Property Value
StringThe recipient address if available; otherwise,
.
Exceptions
Remarks
Gets or sets the "for" clause which specifies the recipient mailbox address for which the message
was accepted. This is particularly useful when a single message has multiple recipients.
See Also