Click or drag to resize
MimeKit

EnvelopeTo Property

Gets the list of addresses that the message was sent to.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public InternetAddressList To { get; }

Property Value

InternetAddressList
The address(es) that the message was sent to.
Remarks
Gets the list of addresses that the message was sent to.
See Also