Click or drag to resize
MimeKit

ReceivedFor Property

Get or set the recipient address for which the message was received.

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

Property Value

String
The recipient address if available; otherwise, .
Exceptions
ExceptionCondition
ArgumentException The value is not a valid mailbox address.
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