MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MimeMessage Class
MimeMessage Properties
Attachments Property
Bcc Property
Body Property
BodyParts Property
Cc Property
Date Property
From Property
Headers Property
HtmlBody Property
Importance Property
InReplyTo Property
MessageId Property
MimeVersion Property
Priority Property
References Property
ReplyTo Property
ResentBcc Property
ResentCc Property
ResentDate Property
ResentFrom Property
ResentMessageId Property
ResentReplyTo Property
ResentSender Property
ResentTo Property
Sender Property
Subject Property
TextBody Property
To Property
XPriority Property
Mime
Message
To Property
Get the list of addresses in the To header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
InternetAddressList
To
{
get
; }
Property Value
InternetAddressList
The list of addresses in the To header.
Implements
IMimeMessage
To
Remarks
The addresses in the To header are the primary recipients of the message.
See Also
Reference
MimeMessage Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast